Shades of Lavender Blush #FCEDF9
Tints of Lavender Blush #FCEDF9
RGB
CMYK
RGB Variations
Color information
#FCEDF9 (or 0xFCEDF9) is known color: Lavender Blush. HEX triplet: FC, ED and F9. RGB value is (252,237,249). Sum of RGB (Red+Green+Blue) = 252+237+249=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF9 is #031206. Grayscale: #F2F2F2. Windows color (decimal): -201223 or 16379388. OLE color: 16379388.
HSL color Cylindrical-coordinate representation of color #FCEDF9: hue angle of 312º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDF9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 249 | - |
CMYK | 0 | 0.06 | 0.01 | 0.01 |
HSL | 312º | 0.71% | 0.96% | - |
HSV(B) | 312º | 0.06% | 0.99% | - |
XYZ | 87.53 | 88.1 | 102.02 | - |
YUV | 242.85 | 131.47 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 249 | 0 | 0.06 | 0.01 | 0.01 | 312 | 0.71 | 0.96 |
Hex | FC | ED | F9 | 0 | 6 | 1 | 1 | 138 | 47 | 60 |
Octal | 374 | 355 | 371 | 0 | 6 | 1 | 1 | 470 | 107 | 140 |
Binary | 11111100 | 11101101 | 11111001 | 0 | 110 | 1 | 1 | 100111000 | 1000111 | 1100000 |
Color Harmonies of #FCEDF9
Complementary color
Monochromatic Colors of #FCEDF9
Black with #FCEDF9
Text Example
Text Example
White with #FCEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDF9; }
p { color: rgb(252,237,249); }
H1.HeaderClassName
{
color: #FCEDF9;
}
.AnyTagClassName
{
color: #FCEDF9;
}
</style>
background-color css
<style>
a { background-color: #FCEDF9; }
a { background-color: rgb(252,237,249); }
div.DivClassName
{
background-color: #FCEDF9;
}
.BgClassName
{
background-color: #FCEDF9;
}
</style>
border-color css
<style>
span { border-color: #FCEDF9; }
span { border-color: rgb(252,237,249); }
td.TdClassName
{
border-color: #FCEDF9;
}
.TagClassName
{
border-color: #FCEDF9;
}
</style>