Shades of Lavender Rose #FCA8E1
Tints of Lavender Rose #FCA8E1
RGB
CMYK
RGB Variations
Color information
#FCA8E1 (or 0xFCA8E1) is known color: Lavender Rose. HEX triplet: FC, A8 and E1. RGB value is (252,168,225). Sum of RGB (Red+Green+Blue) = 252+168+225=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8E1 is #03571E. Grayscale: #C7C7C7. Windows color (decimal): -218911 or 14788860. OLE color: 14788860.
HSL color Cylindrical-coordinate representation of color #FCA8E1: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8E1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 225 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.01 |
| HSL | 319.29º | 0.93% | 0.82% | - |
| HSV(B) | 319.29º | 0.33% | 0.99% | - |
| XYZ | 67.74 | 54.14 | 78.11 | - |
| YUV | 199.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 225 | 0 | 0.33 | 0.11 | 0.01 | 319.29 | 0.93 | 0.82 |
| Hex | FC | A8 | E1 | 0 | 21 | B | 1 | 13F | 5D | 52 |
| Octal | 374 | 250 | 341 | 0 | 41 | 13 | 1 | 477 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11100001 | 0 | 100001 | 1011 | 1 | 100111111 | 1011101 | 1010010 |
Color Harmonies of #FCA8E1
Complementary color
Monochromatic Colors of #FCA8E1
Black with #FCA8E1
Text Example
Text Example
White with #FCA8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8E1; }
p { color: rgb(252,168,225); }
H1.HeaderClassName
{
color: #FCA8E1;
}
.AnyTagClassName
{
color: #FCA8E1;
}
</style>
background-color css
<style>
a { background-color: #FCA8E1; }
a { background-color: rgb(252,168,225); }
div.DivClassName
{
background-color: #FCA8E1;
}
.BgClassName
{
background-color: #FCA8E1;
}
</style>
border-color css
<style>
span { border-color: #FCA8E1; }
span { border-color: rgb(252,168,225); }
td.TdClassName
{
border-color: #FCA8E1;
}
.TagClassName
{
border-color: #FCA8E1;
}
</style>