Shades of Lavender Rose #FCA8DC
Tints of Lavender Rose #FCA8DC
RGB
CMYK
RGB Variations
Color information
#FCA8DC (or 0xFCA8DC) is known color: Lavender Rose. HEX triplet: FC, A8 and DC. RGB value is (252,168,220). Sum of RGB (Red+Green+Blue) = 252+168+220=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8DC is #035723. Grayscale: #C6C6C6. Windows color (decimal): -218916 or 14461180. OLE color: 14461180.
HSL color Cylindrical-coordinate representation of color #FCA8DC: hue angle of 322.86º 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 #FCA8DC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 220 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 322.86º | 0.93% | 0.82% | - |
| HSV(B) | 322.86º | 0.33% | 0.99% | - |
| XYZ | 67.07 | 53.87 | 74.57 | - |
| YUV | 199.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 220 | 0 | 0.33 | 0.13 | 0.01 | 322.86 | 0.93 | 0.82 |
| Hex | FC | A8 | DC | 0 | 21 | D | 1 | 143 | 5D | 52 |
| Octal | 374 | 250 | 334 | 0 | 41 | 15 | 1 | 503 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11011100 | 0 | 100001 | 1101 | 1 | 101000011 | 1011101 | 1010010 |
Color Harmonies of #FCA8DC
Complementary color
Monochromatic Colors of #FCA8DC
Black with #FCA8DC
Text Example
Text Example
White with #FCA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8DC; }
p { color: rgb(252,168,220); }
H1.HeaderClassName
{
color: #FCA8DC;
}
.AnyTagClassName
{
color: #FCA8DC;
}
</style>
background-color css
<style>
a { background-color: #FCA8DC; }
a { background-color: rgb(252,168,220); }
div.DivClassName
{
background-color: #FCA8DC;
}
.BgClassName
{
background-color: #FCA8DC;
}
</style>
border-color css
<style>
span { border-color: #FCA8DC; }
span { border-color: rgb(252,168,220); }
td.TdClassName
{
border-color: #FCA8DC;
}
.TagClassName
{
border-color: #FCA8DC;
}
</style>