Shades of Lavender Rose #FCA3DB
Tints of Lavender Rose #FCA3DB
RGB
CMYK
RGB Variations
Color information
#FCA3DB (or 0xFCA3DB) is known color: Lavender Rose. HEX triplet: FC, A3 and DB. RGB value is (252,163,219). Sum of RGB (Red+Green+Blue) = 252+163+219=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3DB is #035C24. Grayscale: #C3C3C3. Windows color (decimal): -220197 or 14394364. OLE color: 14394364.
HSL color Cylindrical-coordinate representation of color #FCA3DB: hue angle of 322.25º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA3DB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 219 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.01 |
| HSL | 322.25º | 0.94% | 0.81% | - |
| HSV(B) | 322.25º | 0.35% | 0.99% | - |
| XYZ | 66.03 | 52 | 73.58 | - |
| YUV | 196 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 219 | 0 | 0.35 | 0.13 | 0.01 | 322.25 | 0.94 | 0.81 |
| Hex | FC | A3 | DB | 0 | 23 | D | 1 | 142 | 5E | 51 |
| Octal | 374 | 243 | 333 | 0 | 43 | 15 | 1 | 502 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11011011 | 0 | 100011 | 1101 | 1 | 101000010 | 1011110 | 1010001 |
Color Harmonies of #FCA3DB
Complementary color
Monochromatic Colors of #FCA3DB
Black with #FCA3DB
Text Example
Text Example
White with #FCA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3DB; }
p { color: rgb(252,163,219); }
H1.HeaderClassName
{
color: #FCA3DB;
}
.AnyTagClassName
{
color: #FCA3DB;
}
</style>
background-color css
<style>
a { background-color: #FCA3DB; }
a { background-color: rgb(252,163,219); }
div.DivClassName
{
background-color: #FCA3DB;
}
.BgClassName
{
background-color: #FCA3DB;
}
</style>
border-color css
<style>
span { border-color: #FCA3DB; }
span { border-color: rgb(252,163,219); }
td.TdClassName
{
border-color: #FCA3DB;
}
.TagClassName
{
border-color: #FCA3DB;
}
</style>