Shades of White Smoke #FFEFEF
Tints of White Smoke #FFEFEF
RGB
CMYK
RGB Variations
Color information
#FFEFEF (or 0xFFEFEF) is known color: White Smoke. HEX triplet: FF, EF and EF. RGB value is (255,239,239). Sum of RGB (Red+Green+Blue) = 255+239+239=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 239 (93.75% from 255 or 32.61% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFEF is #001010. Grayscale: #F3F3F3. Windows color (decimal): -4113 or 15724543. OLE color: 15724543.
HSL color Cylindrical-coordinate representation of color #FFEFEF: hue angle of 0º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFEFEF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 239 | 239 | - |
CMYK | 0 | 0.06 | 0.06 | 0 |
HSL | 0º | 1% | 0.97% | - |
HSV(B) | 0º | 0.06% | 1% | - |
XYZ | 87.69 | 89.23 | 94.26 | - |
YUV | 243.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 239 | 239 | 0 | 0.06 | 0.06 | 0 | 0 | 1 | 0.97 |
Hex | FF | EF | EF | 0 | 6 | 6 | 0 | 0 | 64 | 61 |
Octal | 377 | 357 | 357 | 0 | 6 | 6 | 0 | 0 | 144 | 141 |
Binary | 11111111 | 11101111 | 11101111 | 0 | 110 | 110 | 0 | 0 | 1100100 | 1100001 |
Color Harmonies of #FFEFEF
Complementary color
Monochromatic Colors of #FFEFEF
Black with #FFEFEF
Text Example
Text Example
White with #FFEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFEF; }
p { color: rgb(255,239,239); }
H1.HeaderClassName
{
color: #FFEFEF;
}
.AnyTagClassName
{
color: #FFEFEF;
}
</style>
background-color css
<style>
a { background-color: #FFEFEF; }
a { background-color: rgb(255,239,239); }
div.DivClassName
{
background-color: #FFEFEF;
}
.BgClassName
{
background-color: #FFEFEF;
}
</style>
border-color css
<style>
span { border-color: #FFEFEF; }
span { border-color: rgb(255,239,239); }
td.TdClassName
{
border-color: #FFEFEF;
}
.TagClassName
{
border-color: #FFEFEF;
}
</style>