Shades of Snow #FEF9F9
Tints of Snow #FEF9F9
RGB
CMYK
RGB Variations
Color information
#FEF9F9 (or 0xFEF9F9) is known color: Snow. HEX triplet: FE, F9 and F9. RGB value is (254,249,249). Sum of RGB (Red+Green+Blue) = 254+249+249=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 249 (97.66% from 255 or 33.11% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9F9 is #010606. Grayscale: #FAFAFA. Windows color (decimal): -67079 or 16382462. OLE color: 16382462.
HSL color Cylindrical-coordinate representation of color #FEF9F9: hue angle of 0º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF9F9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 249 | - |
CMYK | 0 | 0.02 | 0.02 | 0.00 |
HSL | 0º | 0.71% | 0.99% | - |
HSV(B) | 0º | 0.02% | 1% | - |
XYZ | 91.85 | 95.66 | 103.25 | - |
YUV | 250.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 249 | 0 | 0.02 | 0.02 | 0.00 | 0 | 0.71 | 0.99 |
Hex | FE | F9 | F9 | 0 | 2 | 2 | 0 | 0 | 47 | 63 |
Octal | 376 | 371 | 371 | 0 | 2 | 2 | 0 | 0 | 107 | 143 |
Binary | 11111110 | 11111001 | 11111001 | 0 | 10 | 10 | 0 | 0 | 1000111 | 1100011 |
Color Harmonies of #FEF9F9
Complementary color
Monochromatic Colors of #FEF9F9
Black with #FEF9F9
Text Example
Text Example
White with #FEF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9F9; }
p { color: rgb(254,249,249); }
H1.HeaderClassName
{
color: #FEF9F9;
}
.AnyTagClassName
{
color: #FEF9F9;
}
</style>
background-color css
<style>
a { background-color: #FEF9F9; }
a { background-color: rgb(254,249,249); }
div.DivClassName
{
background-color: #FEF9F9;
}
.BgClassName
{
background-color: #FEF9F9;
}
</style>
border-color css
<style>
span { border-color: #FEF9F9; }
span { border-color: rgb(254,249,249); }
td.TdClassName
{
border-color: #FEF9F9;
}
.TagClassName
{
border-color: #FEF9F9;
}
</style>