Shades of Lavender Blush #FCEFF9
Tints of Lavender Blush #FCEFF9
RGB
CMYK
RGB Variations
Color information
#FCEFF9 (or 0xFCEFF9) is known color: Lavender Blush. HEX triplet: FC, EF and F9. RGB value is (252,239,249). Sum of RGB (Red+Green+Blue) = 252+239+249=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 239 (93.75% from 255 or 32.30% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF9 is #031006. Grayscale: #F4F4F4. Windows color (decimal): -200711 or 16379900. OLE color: 16379900.
HSL color Cylindrical-coordinate representation of color #FCEFF9: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 249 | - |
CMYK | 0 | 0.05 | 0.01 | 0.01 |
HSL | 313.85º | 0.68% | 0.96% | - |
HSV(B) | 313.85º | 0.05% | 0.99% | - |
XYZ | 88.11 | 89.27 | 102.21 | - |
YUV | 244.03 | 130.81 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 249 | 0 | 0.05 | 0.01 | 0.01 | 313.85 | 0.68 | 0.96 |
Hex | FC | EF | F9 | 0 | 5 | 1 | 1 | 13A | 44 | 60 |
Octal | 374 | 357 | 371 | 0 | 5 | 1 | 1 | 472 | 104 | 140 |
Binary | 11111100 | 11101111 | 11111001 | 0 | 101 | 1 | 1 | 100111010 | 1000100 | 1100000 |
Color Harmonies of #FCEFF9
Complementary color
Monochromatic Colors of #FCEFF9
Black with #FCEFF9
Text Example
Text Example
White with #FCEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFF9; }
p { color: rgb(252,239,249); }
H1.HeaderClassName
{
color: #FCEFF9;
}
.AnyTagClassName
{
color: #FCEFF9;
}
</style>
background-color css
<style>
a { background-color: #FCEFF9; }
a { background-color: rgb(252,239,249); }
div.DivClassName
{
background-color: #FCEFF9;
}
.BgClassName
{
background-color: #FCEFF9;
}
</style>
border-color css
<style>
span { border-color: #FCEFF9; }
span { border-color: rgb(252,239,249); }
td.TdClassName
{
border-color: #FCEFF9;
}
.TagClassName
{
border-color: #FCEFF9;
}
</style>