Shades of Snow #FDFAFA
Tints of Snow #FDFAFA
RGB
CMYK
RGB Variations
Color information
#FDFAFA (or 0xFDFAFA) is known color: Snow. HEX triplet: FD, FA and FA. RGB value is (253,250,250). Sum of RGB (Red+Green+Blue) = 253+250+250=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 250 (98.05% from 255 or 33.20% from 753); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFA is #020505. Grayscale: #FAFAFA. Windows color (decimal): -132358 or 16448253. OLE color: 16448253.
HSL color Cylindrical-coordinate representation of color #FDFAFA: hue angle of 0º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFAFA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 250 | - |
CMYK | 0 | 0.01 | 0.01 | 0.01 |
HSL | 0º | 0.43% | 0.99% | - |
HSV(B) | 0º | 0.01% | 0.99% | - |
XYZ | 91.95 | 96.16 | 104.16 | - |
YUV | 250.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 250 | 0 | 0.01 | 0.01 | 0.01 | 0 | 0.43 | 0.99 |
Hex | FD | FA | FA | 0 | 1 | 1 | 1 | 0 | 2B | 63 |
Octal | 375 | 372 | 372 | 0 | 1 | 1 | 1 | 0 | 53 | 143 |
Binary | 11111101 | 11111010 | 11111010 | 0 | 1 | 1 | 1 | 0 | 101011 | 1100011 |
Color Harmonies of #FDFAFA
Complementary color
Monochromatic Colors of #FDFAFA
Black with #FDFAFA
Text Example
Text Example
White with #FDFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAFA; }
p { color: rgb(253,250,250); }
H1.HeaderClassName
{
color: #FDFAFA;
}
.AnyTagClassName
{
color: #FDFAFA;
}
</style>
background-color css
<style>
a { background-color: #FDFAFA; }
a { background-color: rgb(253,250,250); }
div.DivClassName
{
background-color: #FDFAFA;
}
.BgClassName
{
background-color: #FDFAFA;
}
</style>
border-color css
<style>
span { border-color: #FDFAFA; }
span { border-color: rgb(253,250,250); }
td.TdClassName
{
border-color: #FDFAFA;
}
.TagClassName
{
border-color: #FDFAFA;
}
</style>