Shades of Snow #FEF6F6
Tints of Snow #FEF6F6
RGB
CMYK
RGB Variations
Color information
#FEF6F6 (or 0xFEF6F6) is known color: Snow. HEX triplet: FE, F6 and F6. RGB value is (254,246,246). Sum of RGB (Red+Green+Blue) = 254+246+246=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 246 (96.48% from 255 or 32.98% from 746); Blue value is 246 (96.48% from 255 or 32.98% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6F6 is #010909. Grayscale: #F8F8F8. Windows color (decimal): -67850 or 16185086. OLE color: 16185086.
HSL color Cylindrical-coordinate representation of color #FEF6F6: hue angle of 0º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF6F6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 246 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.00 |
| HSL | 0º | 0.8% | 0.98% | - |
| HSV(B) | 0º | 0.03% | 1% | - |
| XYZ | 90.46 | 93.64 | 100.49 | - |
| YUV | 248.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 246 | 0 | 0.03 | 0.03 | 0.00 | 0 | 0.8 | 0.98 |
| Hex | FE | F6 | F6 | 0 | 3 | 3 | 0 | 0 | 50 | 62 |
| Octal | 376 | 366 | 366 | 0 | 3 | 3 | 0 | 0 | 120 | 142 |
| Binary | 11111110 | 11110110 | 11110110 | 0 | 11 | 11 | 0 | 0 | 1010000 | 1100010 |
Color Harmonies of #FEF6F6
Complementary color
Monochromatic Colors of #FEF6F6
Black with #FEF6F6
Text Example
Text Example
White with #FEF6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6F6; }
p { color: rgb(254,246,246); }
H1.HeaderClassName
{
color: #FEF6F6;
}
.AnyTagClassName
{
color: #FEF6F6;
}
</style>
background-color css
<style>
a { background-color: #FEF6F6; }
a { background-color: rgb(254,246,246); }
div.DivClassName
{
background-color: #FEF6F6;
}
.BgClassName
{
background-color: #FEF6F6;
}
</style>
border-color css
<style>
span { border-color: #FEF6F6; }
span { border-color: rgb(254,246,246); }
td.TdClassName
{
border-color: #FEF6F6;
}
.TagClassName
{
border-color: #FEF6F6;
}
</style>