Shades of Snow #FEF7F7
Tints of Snow #FEF7F7
RGB
CMYK
RGB Variations
Color information
#FEF7F7 (or 0xFEF7F7) is known color: Snow. HEX triplet: FE, F7 and F7. RGB value is (254,247,247). Sum of RGB (Red+Green+Blue) = 254+247+247=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 247 (96.88% from 255 or 33.02% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7F7 is #010808. Grayscale: #F9F9F9. Windows color (decimal): -67593 or 16250878. OLE color: 16250878.
HSL color Cylindrical-coordinate representation of color #FEF7F7: hue angle of 0º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF7F7 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 247 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.00 |
| HSL | 0º | 0.78% | 0.98% | - |
| HSV(B) | 0º | 0.03% | 1% | - |
| XYZ | 90.92 | 94.31 | 101.41 | - |
| YUV | 249.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 247 | 0 | 0.03 | 0.03 | 0.00 | 0 | 0.78 | 0.98 |
| Hex | FE | F7 | F7 | 0 | 3 | 3 | 0 | 0 | 4E | 62 |
| Octal | 376 | 367 | 367 | 0 | 3 | 3 | 0 | 0 | 116 | 142 |
| Binary | 11111110 | 11110111 | 11110111 | 0 | 11 | 11 | 0 | 0 | 1001110 | 1100010 |
Color Harmonies of #FEF7F7
Complementary color
Monochromatic Colors of #FEF7F7
Black with #FEF7F7
Text Example
Text Example
White with #FEF7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7F7; }
p { color: rgb(254,247,247); }
H1.HeaderClassName
{
color: #FEF7F7;
}
.AnyTagClassName
{
color: #FEF7F7;
}
</style>
background-color css
<style>
a { background-color: #FEF7F7; }
a { background-color: rgb(254,247,247); }
div.DivClassName
{
background-color: #FEF7F7;
}
.BgClassName
{
background-color: #FEF7F7;
}
</style>
border-color css
<style>
span { border-color: #FEF7F7; }
span { border-color: rgb(254,247,247); }
td.TdClassName
{
border-color: #FEF7F7;
}
.TagClassName
{
border-color: #FEF7F7;
}
</style>