Shades of Lavender Rose #FCA6DB
Tints of Lavender Rose #FCA6DB
RGB
CMYK
RGB Variations
Color information
#FCA6DB (or 0xFCA6DB) is known color: Lavender Rose. HEX triplet: FC, A6 and DB. RGB value is (252,166,219). Sum of RGB (Red+Green+Blue) = 252+166+219=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6DB is #035924. Grayscale: #C5C5C5. Windows color (decimal): -219429 or 14395132. OLE color: 14395132.
HSL color Cylindrical-coordinate representation of color #FCA6DB: hue angle of 323.02º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6DB is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 219 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.01 |
| HSL | 323.02º | 0.93% | 0.82% | - |
| HSV(B) | 323.02º | 0.34% | 0.99% | - |
| XYZ | 66.57 | 53.08 | 73.76 | - |
| YUV | 197.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 219 | 0 | 0.34 | 0.13 | 0.01 | 323.02 | 0.93 | 0.82 |
| Hex | FC | A6 | DB | 0 | 22 | D | 1 | 143 | 5D | 52 |
| Octal | 374 | 246 | 333 | 0 | 42 | 15 | 1 | 503 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11011011 | 0 | 100010 | 1101 | 1 | 101000011 | 1011101 | 1010010 |
Color Harmonies of #FCA6DB
Complementary color
Monochromatic Colors of #FCA6DB
Black with #FCA6DB
Text Example
Text Example
White with #FCA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6DB; }
p { color: rgb(252,166,219); }
H1.HeaderClassName
{
color: #FCA6DB;
}
.AnyTagClassName
{
color: #FCA6DB;
}
</style>
background-color css
<style>
a { background-color: #FCA6DB; }
a { background-color: rgb(252,166,219); }
div.DivClassName
{
background-color: #FCA6DB;
}
.BgClassName
{
background-color: #FCA6DB;
}
</style>
border-color css
<style>
span { border-color: #FCA6DB; }
span { border-color: rgb(252,166,219); }
td.TdClassName
{
border-color: #FCA6DB;
}
.TagClassName
{
border-color: #FCA6DB;
}
</style>