Shades of Lavender Blush #FDF7FC
Tints of Lavender Blush #FDF7FC
RGB
CMYK
RGB Variations
Color information
#FDF7FC (or 0xFDF7FC) is known color: Lavender Blush. HEX triplet: FD, F7 and FC. RGB value is (253,247,252). Sum of RGB (Red+Green+Blue) = 253+247+252=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 247 (96.88% from 255 or 32.85% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FC is #020803. Grayscale: #F9F9F9. Windows color (decimal): -133124 or 16578557. OLE color: 16578557.
HSL color Cylindrical-coordinate representation of color #FDF7FC: hue angle of 310º degrees, saturation: 0.6, 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 #FDF7FC is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 252 | - |
CMYK | 0 | 0.02 | 0.00 | 0.01 |
HSL | 310º | 0.6% | 0.98% | - |
HSV(B) | 310º | 0.02% | 0.99% | - |
XYZ | 91.34 | 94.43 | 105.51 | - |
YUV | 249.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 252 | 0 | 0.02 | 0.00 | 0.01 | 310 | 0.6 | 0.98 |
Hex | FD | F7 | FC | 0 | 2 | 0 | 1 | 136 | 3C | 62 |
Octal | 375 | 367 | 374 | 0 | 2 | 0 | 1 | 466 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111100 | 0 | 10 | 0 | 1 | 100110110 | 111100 | 1100010 |
Color Harmonies of #FDF7FC
Complementary color
Monochromatic Colors of #FDF7FC
Black with #FDF7FC
Text Example
Text Example
White with #FDF7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FC; }
p { color: rgb(253,247,252); }
H1.HeaderClassName
{
color: #FDF7FC;
}
.AnyTagClassName
{
color: #FDF7FC;
}
</style>
background-color css
<style>
a { background-color: #FDF7FC; }
a { background-color: rgb(253,247,252); }
div.DivClassName
{
background-color: #FDF7FC;
}
.BgClassName
{
background-color: #FDF7FC;
}
</style>
border-color css
<style>
span { border-color: #FDF7FC; }
span { border-color: rgb(253,247,252); }
td.TdClassName
{
border-color: #FDF7FC;
}
.TagClassName
{
border-color: #FDF7FC;
}
</style>