Shades of Snow #FEF4F4
Tints of Snow #FEF4F4
RGB
CMYK
RGB Variations
Color information
#FEF4F4 (or 0xFEF4F4) is known color: Snow. HEX triplet: FE, F4 and F4. RGB value is (254,244,244). Sum of RGB (Red+Green+Blue) = 254+244+244=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 244 (95.70% from 255 or 32.88% from 742); Blue value is 244 (95.70% from 255 or 32.88% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4F4 is #010B0B. Grayscale: #F6F6F6. Windows color (decimal): -68364 or 16053502. OLE color: 16053502.
HSL color Cylindrical-coordinate representation of color #FEF4F4: hue angle of 0º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF4F4 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 244 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.00 |
| HSL | 0º | 0.83% | 0.98% | - |
| HSV(B) | 0º | 0.04% | 1% | - |
| XYZ | 89.55 | 92.3 | 98.68 | - |
| YUV | 246.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 244 | 0 | 0.04 | 0.04 | 0.00 | 0 | 0.83 | 0.98 |
| Hex | FE | F4 | F4 | 0 | 4 | 4 | 0 | 0 | 53 | 62 |
| Octal | 376 | 364 | 364 | 0 | 4 | 4 | 0 | 0 | 123 | 142 |
| Binary | 11111110 | 11110100 | 11110100 | 0 | 100 | 100 | 0 | 0 | 1010011 | 1100010 |
Color Harmonies of #FEF4F4
Complementary color
Monochromatic Colors of #FEF4F4
Black with #FEF4F4
Text Example
Text Example
White with #FEF4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4F4; }
p { color: rgb(254,244,244); }
H1.HeaderClassName
{
color: #FEF4F4;
}
.AnyTagClassName
{
color: #FEF4F4;
}
</style>
background-color css
<style>
a { background-color: #FEF4F4; }
a { background-color: rgb(254,244,244); }
div.DivClassName
{
background-color: #FEF4F4;
}
.BgClassName
{
background-color: #FEF4F4;
}
</style>
border-color css
<style>
span { border-color: #FEF4F4; }
span { border-color: rgb(254,244,244); }
td.TdClassName
{
border-color: #FEF4F4;
}
.TagClassName
{
border-color: #FEF4F4;
}
</style>