Shades of White Smoke #FEF1EF
Tints of White Smoke #FEF1EF
RGB
CMYK
RGB Variations
Color information
#FEF1EF (or 0xFEF1EF) is known color: White Smoke. HEX triplet: FE, F1 and EF. RGB value is (254,241,239). Sum of RGB (Red+Green+Blue) = 254+241+239=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 239 (93.75% from 255 or 32.56% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EF is #010E10. Grayscale: #F4F4F4. Windows color (decimal): -69137 or 15725054. OLE color: 15725054.
HSL color Cylindrical-coordinate representation of color #FEF1EF: hue angle of 8º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF1EF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 239 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.00 |
| HSL | 8º | 0.88% | 0.97% | - |
| HSV(B) | 8º | 0.06% | 1% | - |
| XYZ | 87.91 | 90.21 | 94.44 | - |
| YUV | 244.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 239 | 0 | 0.05 | 0.06 | 0.00 | 8 | 0.88 | 0.97 |
| Hex | FE | F1 | EF | 0 | 5 | 6 | 0 | 8 | 58 | 61 |
| Octal | 376 | 361 | 357 | 0 | 5 | 6 | 0 | 10 | 130 | 141 |
| Binary | 11111110 | 11110001 | 11101111 | 0 | 101 | 110 | 0 | 1000 | 1011000 | 1100001 |
Color Harmonies of #FEF1EF
Complementary color
Monochromatic Colors of #FEF1EF
Black with #FEF1EF
Text Example
Text Example
White with #FEF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1EF; }
p { color: rgb(254,241,239); }
H1.HeaderClassName
{
color: #FEF1EF;
}
.AnyTagClassName
{
color: #FEF1EF;
}
</style>
background-color css
<style>
a { background-color: #FEF1EF; }
a { background-color: rgb(254,241,239); }
div.DivClassName
{
background-color: #FEF1EF;
}
.BgClassName
{
background-color: #FEF1EF;
}
</style>
border-color css
<style>
span { border-color: #FEF1EF; }
span { border-color: rgb(254,241,239); }
td.TdClassName
{
border-color: #FEF1EF;
}
.TagClassName
{
border-color: #FEF1EF;
}
</style>