Shades of Snow #FDF5F4
Tints of Snow #FDF5F4
RGB
CMYK
RGB Variations
Color information
#FDF5F4 (or 0xFDF5F4) is known color: Snow. HEX triplet: FD, F5 and F4. RGB value is (253,245,244). Sum of RGB (Red+Green+Blue) = 253+245+244=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 245 (96.09% from 255 or 33.02% from 742); Blue value is 244 (95.70% from 255 or 32.88% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5F4 is #020A0B. Grayscale: #F7F7F7. Windows color (decimal): -133644 or 16053757. OLE color: 16053757.
HSL color Cylindrical-coordinate representation of color #FDF5F4: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF5F4 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 244 | - |
CMYK | 0 | 0.03 | 0.04 | 0.01 |
HSL | 6.67º | 0.69% | 0.97% | - |
HSV(B) | 6.67º | 0.04% | 0.99% | - |
XYZ | 89.49 | 92.72 | 98.77 | - |
YUV | 247.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 244 | 0 | 0.03 | 0.04 | 0.01 | 6.67 | 0.69 | 0.97 |
Hex | FD | F5 | F4 | 0 | 3 | 4 | 1 | 7 | 45 | 61 |
Octal | 375 | 365 | 364 | 0 | 3 | 4 | 1 | 7 | 105 | 141 |
Binary | 11111101 | 11110101 | 11110100 | 0 | 11 | 100 | 1 | 111 | 1000101 | 1100001 |
Color Harmonies of #FDF5F4
Complementary color
Monochromatic Colors of #FDF5F4
Black with #FDF5F4
Text Example
Text Example
White with #FDF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5F4; }
p { color: rgb(253,245,244); }
H1.HeaderClassName
{
color: #FDF5F4;
}
.AnyTagClassName
{
color: #FDF5F4;
}
</style>
background-color css
<style>
a { background-color: #FDF5F4; }
a { background-color: rgb(253,245,244); }
div.DivClassName
{
background-color: #FDF5F4;
}
.BgClassName
{
background-color: #FDF5F4;
}
</style>
border-color css
<style>
span { border-color: #FDF5F4; }
span { border-color: rgb(253,245,244); }
td.TdClassName
{
border-color: #FDF5F4;
}
.TagClassName
{
border-color: #FDF5F4;
}
</style>