Shades of Snow #FEF8F8
Tints of Snow #FEF8F8
RGB
CMYK
RGB Variations
Color information
#FEF8F8 (or 0xFEF8F8) is known color: Snow. HEX triplet: FE, F8 and F8. RGB value is (254,248,248). Sum of RGB (Red+Green+Blue) = 254+248+248=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 248 (97.27% from 255 or 33.07% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F8 is #010707. Grayscale: #F9F9F9. Windows color (decimal): -67336 or 16316670. OLE color: 16316670.
HSL color Cylindrical-coordinate representation of color #FEF8F8: hue angle of 0º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF8F8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 248 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.00 |
| HSL | 0º | 0.75% | 0.98% | - |
| HSV(B) | 0º | 0.02% | 1% | - |
| XYZ | 91.38 | 94.98 | 102.32 | - |
| YUV | 249.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 248 | 0 | 0.02 | 0.02 | 0.00 | 0 | 0.75 | 0.98 |
| Hex | FE | F8 | F8 | 0 | 2 | 2 | 0 | 0 | 4B | 62 |
| Octal | 376 | 370 | 370 | 0 | 2 | 2 | 0 | 0 | 113 | 142 |
| Binary | 11111110 | 11111000 | 11111000 | 0 | 10 | 10 | 0 | 0 | 1001011 | 1100010 |
Color Harmonies of #FEF8F8
Complementary color
Monochromatic Colors of #FEF8F8
Black with #FEF8F8
Text Example
Text Example
White with #FEF8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8F8; }
p { color: rgb(254,248,248); }
H1.HeaderClassName
{
color: #FEF8F8;
}
.AnyTagClassName
{
color: #FEF8F8;
}
</style>
background-color css
<style>
a { background-color: #FEF8F8; }
a { background-color: rgb(254,248,248); }
div.DivClassName
{
background-color: #FEF8F8;
}
.BgClassName
{
background-color: #FEF8F8;
}
</style>
border-color css
<style>
span { border-color: #FEF8F8; }
span { border-color: rgb(254,248,248); }
td.TdClassName
{
border-color: #FEF8F8;
}
.TagClassName
{
border-color: #FEF8F8;
}
</style>