Shades of Lavender Rose #FCA8DB
Tints of Lavender Rose #FCA8DB
RGB
CMYK
RGB Variations
Color information
#FCA8DB (or 0xFCA8DB) is known color: Lavender Rose. HEX triplet: FC, A8 and DB. RGB value is (252,168,219). Sum of RGB (Red+Green+Blue) = 252+168+219=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8DB is #035724. Grayscale: #C6C6C6. Windows color (decimal): -218917 or 14395644. OLE color: 14395644.
HSL color Cylindrical-coordinate representation of color #FCA8DB: hue angle of 323.57º 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 #FCA8DB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 323.57º | 0.93% | 0.82% | - |
| HSV(B) | 323.57º | 0.33% | 0.99% | - |
| XYZ | 66.93 | 53.82 | 73.88 | - |
| YUV | 198.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 219 | 0 | 0.33 | 0.13 | 0.01 | 323.57 | 0.93 | 0.82 |
| Hex | FC | A8 | DB | 0 | 21 | D | 1 | 144 | 5D | 52 |
| Octal | 374 | 250 | 333 | 0 | 41 | 15 | 1 | 504 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11011011 | 0 | 100001 | 1101 | 1 | 101000100 | 1011101 | 1010010 |
Color Harmonies of #FCA8DB
Complementary color
Monochromatic Colors of #FCA8DB
Black with #FCA8DB
Text Example
Text Example
White with #FCA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8DB; }
p { color: rgb(252,168,219); }
H1.HeaderClassName
{
color: #FCA8DB;
}
.AnyTagClassName
{
color: #FCA8DB;
}
</style>
background-color css
<style>
a { background-color: #FCA8DB; }
a { background-color: rgb(252,168,219); }
div.DivClassName
{
background-color: #FCA8DB;
}
.BgClassName
{
background-color: #FCA8DB;
}
</style>
border-color css
<style>
span { border-color: #FCA8DB; }
span { border-color: rgb(252,168,219); }
td.TdClassName
{
border-color: #FCA8DB;
}
.TagClassName
{
border-color: #FCA8DB;
}
</style>