Shades of Lavender Blush #FCE6F5
Tints of Lavender Blush #FCE6F5
RGB
CMYK
RGB Variations
Color information
#FCE6F5 (or 0xFCE6F5) is known color: Lavender Blush. HEX triplet: FC, E6 and F5. RGB value is (252,230,245). Sum of RGB (Red+Green+Blue) = 252+230+245=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6F5 is #03190A. Grayscale: #EEEEEE. Windows color (decimal): -203019 or 16115452. OLE color: 16115452.
HSL color Cylindrical-coordinate representation of color #FCE6F5: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6F5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 245 | - |
CMYK | 0 | 0.09 | 0.03 | 0.01 |
HSL | 319.09º | 0.79% | 0.95% | - |
HSV(B) | 319.09º | 0.09% | 0.99% | - |
XYZ | 84.92 | 83.88 | 98.1 | - |
YUV | 238.29 | 131.79 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 245 | 0 | 0.09 | 0.03 | 0.01 | 319.09 | 0.79 | 0.95 |
Hex | FC | E6 | F5 | 0 | 9 | 3 | 1 | 13F | 4F | 5F |
Octal | 374 | 346 | 365 | 0 | 11 | 3 | 1 | 477 | 117 | 137 |
Binary | 11111100 | 11100110 | 11110101 | 0 | 1001 | 11 | 1 | 100111111 | 1001111 | 1011111 |
Color Harmonies of #FCE6F5
Complementary color
Monochromatic Colors of #FCE6F5
Black with #FCE6F5
Text Example
Text Example
White with #FCE6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6F5; }
p { color: rgb(252,230,245); }
H1.HeaderClassName
{
color: #FCE6F5;
}
.AnyTagClassName
{
color: #FCE6F5;
}
</style>
background-color css
<style>
a { background-color: #FCE6F5; }
a { background-color: rgb(252,230,245); }
div.DivClassName
{
background-color: #FCE6F5;
}
.BgClassName
{
background-color: #FCE6F5;
}
</style>
border-color css
<style>
span { border-color: #FCE6F5; }
span { border-color: rgb(252,230,245); }
td.TdClassName
{
border-color: #FCE6F5;
}
.TagClassName
{
border-color: #FCE6F5;
}
</style>