Shades of Lavender Blush #FDFAFC
Tints of Lavender Blush #FDFAFC
RGB
CMYK
RGB Variations
Color information
#FDFAFC (or 0xFDFAFC) is known color: Lavender Blush. HEX triplet: FD, FA and FC. RGB value is (253,250,252). Sum of RGB (Red+Green+Blue) = 253+250+252=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAFC is #020503. Grayscale: #FBFBFB. Windows color (decimal): -132356 or 16579325. OLE color: 16579325.
HSL color Cylindrical-coordinate representation of color #FDFAFC: hue angle of 320º 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 #FDFAFC is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 252 | - |
CMYK | 0 | 0.01 | 0.00 | 0.01 |
HSL | 320º | 0.43% | 0.99% | - |
HSV(B) | 320º | 0.01% | 0.99% | - |
XYZ | 92.26 | 96.28 | 105.82 | - |
YUV | 251.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 252 | 0 | 0.01 | 0.00 | 0.01 | 320 | 0.43 | 0.99 |
Hex | FD | FA | FC | 0 | 1 | 0 | 1 | 140 | 2B | 63 |
Octal | 375 | 372 | 374 | 0 | 1 | 0 | 1 | 500 | 53 | 143 |
Binary | 11111101 | 11111010 | 11111100 | 0 | 1 | 0 | 1 | 101000000 | 101011 | 1100011 |
Color Harmonies of #FDFAFC
Complementary color
Monochromatic Colors of #FDFAFC
Black with #FDFAFC
Text Example
Text Example
White with #FDFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAFC; }
p { color: rgb(253,250,252); }
H1.HeaderClassName
{
color: #FDFAFC;
}
.AnyTagClassName
{
color: #FDFAFC;
}
</style>
background-color css
<style>
a { background-color: #FDFAFC; }
a { background-color: rgb(253,250,252); }
div.DivClassName
{
background-color: #FDFAFC;
}
.BgClassName
{
background-color: #FDFAFC;
}
</style>
border-color css
<style>
span { border-color: #FDFAFC; }
span { border-color: rgb(253,250,252); }
td.TdClassName
{
border-color: #FDFAFC;
}
.TagClassName
{
border-color: #FDFAFC;
}
</style>