Shades of Lavender Blush #FDF9FC
Tints of Lavender Blush #FDF9FC
RGB
CMYK
RGB Variations
Color information
#FDF9FC (or 0xFDF9FC) is known color: Lavender Blush. HEX triplet: FD, F9 and FC. RGB value is (253,249,252). Sum of RGB (Red+Green+Blue) = 253+249+252=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FC is #020603. Grayscale: #FAFAFA. Windows color (decimal): -132612 or 16579069. OLE color: 16579069.
HSL color Cylindrical-coordinate representation of color #FDF9FC: hue angle of 315º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF9FC is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 252 | - |
CMYK | 0 | 0.02 | 0.00 | 0.01 |
HSL | 315º | 0.5% | 0.98% | - |
HSV(B) | 315º | 0.02% | 0.99% | - |
XYZ | 91.95 | 95.66 | 105.71 | - |
YUV | 250.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 252 | 0 | 0.02 | 0.00 | 0.01 | 315 | 0.5 | 0.98 |
Hex | FD | F9 | FC | 0 | 2 | 0 | 1 | 13B | 32 | 62 |
Octal | 375 | 371 | 374 | 0 | 2 | 0 | 1 | 473 | 62 | 142 |
Binary | 11111101 | 11111001 | 11111100 | 0 | 10 | 0 | 1 | 100111011 | 110010 | 1100010 |
Color Harmonies of #FDF9FC
Complementary color
Monochromatic Colors of #FDF9FC
Black with #FDF9FC
Text Example
Text Example
White with #FDF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9FC; }
p { color: rgb(253,249,252); }
H1.HeaderClassName
{
color: #FDF9FC;
}
.AnyTagClassName
{
color: #FDF9FC;
}
</style>
background-color css
<style>
a { background-color: #FDF9FC; }
a { background-color: rgb(253,249,252); }
div.DivClassName
{
background-color: #FDF9FC;
}
.BgClassName
{
background-color: #FDF9FC;
}
</style>
border-color css
<style>
span { border-color: #FDF9FC; }
span { border-color: rgb(253,249,252); }
td.TdClassName
{
border-color: #FDF9FC;
}
.TagClassName
{
border-color: #FDF9FC;
}
</style>