Shades of Lavender Rose #FCA3E0
Tints of Lavender Rose #FCA3E0
RGB
CMYK
RGB Variations
Color information
#FCA3E0 (or 0xFCA3E0) is known color: Lavender Rose. HEX triplet: FC, A3 and E0. RGB value is (252,163,224). Sum of RGB (Red+Green+Blue) = 252+163+224=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3E0 is #035C1F. Grayscale: #C4C4C4. Windows color (decimal): -220192 or 14722044. OLE color: 14722044.
HSL color Cylindrical-coordinate representation of color #FCA3E0: hue angle of 318.88º 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 #FCA3E0 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 224 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.01 |
| HSL | 318.88º | 0.94% | 0.81% | - |
| HSV(B) | 318.88º | 0.35% | 0.99% | - |
| XYZ | 66.7 | 52.27 | 77.1 | - |
| YUV | 196.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 224 | 0 | 0.35 | 0.11 | 0.01 | 318.88 | 0.94 | 0.81 |
| Hex | FC | A3 | E0 | 0 | 23 | B | 1 | 13F | 5E | 51 |
| Octal | 374 | 243 | 340 | 0 | 43 | 13 | 1 | 477 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11100000 | 0 | 100011 | 1011 | 1 | 100111111 | 1011110 | 1010001 |
Color Harmonies of #FCA3E0
Complementary color
Monochromatic Colors of #FCA3E0
Black with #FCA3E0
Text Example
Text Example
White with #FCA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3E0; }
p { color: rgb(252,163,224); }
H1.HeaderClassName
{
color: #FCA3E0;
}
.AnyTagClassName
{
color: #FCA3E0;
}
</style>
background-color css
<style>
a { background-color: #FCA3E0; }
a { background-color: rgb(252,163,224); }
div.DivClassName
{
background-color: #FCA3E0;
}
.BgClassName
{
background-color: #FCA3E0;
}
</style>
border-color css
<style>
span { border-color: #FCA3E0; }
span { border-color: rgb(252,163,224); }
td.TdClassName
{
border-color: #FCA3E0;
}
.TagClassName
{
border-color: #FCA3E0;
}
</style>