Shades of Lavender Rose #FCA8E6
Tints of Lavender Rose #FCA8E6
RGB
CMYK
RGB Variations
Color information
#FCA8E6 (or 0xFCA8E6) is known color: Lavender Rose. HEX triplet: FC, A8 and E6. RGB value is (252,168,230). Sum of RGB (Red+Green+Blue) = 252+168+230=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8E6 is #035719. Grayscale: #C8C8C8. Windows color (decimal): -218906 or 15116540. OLE color: 15116540.
HSL color Cylindrical-coordinate representation of color #FCA8E6: hue angle of 315.71º 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 #FCA8E6 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 230 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.01 |
| HSL | 315.71º | 0.93% | 0.82% | - |
| HSV(B) | 315.71º | 0.33% | 0.99% | - |
| XYZ | 68.43 | 54.41 | 81.76 | - |
| YUV | 200.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 230 | 0 | 0.33 | 0.09 | 0.01 | 315.71 | 0.93 | 0.82 |
| Hex | FC | A8 | E6 | 0 | 21 | 9 | 1 | 13C | 5D | 52 |
| Octal | 374 | 250 | 346 | 0 | 41 | 11 | 1 | 474 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11100110 | 0 | 100001 | 1001 | 1 | 100111100 | 1011101 | 1010010 |
Color Harmonies of #FCA8E6
Complementary color
Monochromatic Colors of #FCA8E6
Black with #FCA8E6
Text Example
Text Example
White with #FCA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8E6; }
p { color: rgb(252,168,230); }
H1.HeaderClassName
{
color: #FCA8E6;
}
.AnyTagClassName
{
color: #FCA8E6;
}
</style>
background-color css
<style>
a { background-color: #FCA8E6; }
a { background-color: rgb(252,168,230); }
div.DivClassName
{
background-color: #FCA8E6;
}
.BgClassName
{
background-color: #FCA8E6;
}
</style>
border-color css
<style>
span { border-color: #FCA8E6; }
span { border-color: rgb(252,168,230); }
td.TdClassName
{
border-color: #FCA8E6;
}
.TagClassName
{
border-color: #FCA8E6;
}
</style>