Shades of Lavender Rose #FCA3E5
Tints of Lavender Rose #FCA3E5
RGB
CMYK
RGB Variations
Color information
#FCA3E5 (or 0xFCA3E5) is known color: Lavender Rose. HEX triplet: FC, A3 and E5. RGB value is (252,163,229). Sum of RGB (Red+Green+Blue) = 252+163+229=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3E5 is #035C1A. Grayscale: #C4C4C4. Windows color (decimal): -220187 or 15049724. OLE color: 15049724.
HSL color Cylindrical-coordinate representation of color #FCA3E5: hue angle of 315.51º 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 #FCA3E5 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 229 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.01 |
| HSL | 315.51º | 0.94% | 0.81% | - |
| HSV(B) | 315.51º | 0.35% | 0.99% | - |
| XYZ | 67.38 | 52.55 | 80.72 | - |
| YUV | 197.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 229 | 0 | 0.35 | 0.09 | 0.01 | 315.51 | 0.94 | 0.81 |
| Hex | FC | A3 | E5 | 0 | 23 | 9 | 1 | 13C | 5E | 51 |
| Octal | 374 | 243 | 345 | 0 | 43 | 11 | 1 | 474 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11100101 | 0 | 100011 | 1001 | 1 | 100111100 | 1011110 | 1010001 |
Color Harmonies of #FCA3E5
Complementary color
Monochromatic Colors of #FCA3E5
Black with #FCA3E5
Text Example
Text Example
White with #FCA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3E5; }
p { color: rgb(252,163,229); }
H1.HeaderClassName
{
color: #FCA3E5;
}
.AnyTagClassName
{
color: #FCA3E5;
}
</style>
background-color css
<style>
a { background-color: #FCA3E5; }
a { background-color: rgb(252,163,229); }
div.DivClassName
{
background-color: #FCA3E5;
}
.BgClassName
{
background-color: #FCA3E5;
}
</style>
border-color css
<style>
span { border-color: #FCA3E5; }
span { border-color: rgb(252,163,229); }
td.TdClassName
{
border-color: #FCA3E5;
}
.TagClassName
{
border-color: #FCA3E5;
}
</style>