Shades of Lavender Rose #FCA9E1
Tints of Lavender Rose #FCA9E1
RGB
CMYK
RGB Variations
Color information
#FCA9E1 (or 0xFCA9E1) is known color: Lavender Rose. HEX triplet: FC, A9 and E1. RGB value is (252,169,225). Sum of RGB (Red+Green+Blue) = 252+169+225=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9E1 is #03561E. Grayscale: #C8C8C8. Windows color (decimal): -218655 or 14789116. OLE color: 14789116.
HSL color Cylindrical-coordinate representation of color #FCA9E1: hue angle of 319.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9E1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 225 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.01 |
| HSL | 319.52º | 0.93% | 0.83% | - |
| HSV(B) | 319.52º | 0.33% | 0.99% | - |
| XYZ | 67.92 | 54.51 | 78.18 | - |
| YUV | 200.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 225 | 0 | 0.33 | 0.11 | 0.01 | 319.52 | 0.93 | 0.83 |
| Hex | FC | A9 | E1 | 0 | 21 | B | 1 | 140 | 5D | 53 |
| Octal | 374 | 251 | 341 | 0 | 41 | 13 | 1 | 500 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11100001 | 0 | 100001 | 1011 | 1 | 101000000 | 1011101 | 1010011 |
Color Harmonies of #FCA9E1
Complementary color
Monochromatic Colors of #FCA9E1
Black with #FCA9E1
Text Example
Text Example
White with #FCA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9E1; }
p { color: rgb(252,169,225); }
H1.HeaderClassName
{
color: #FCA9E1;
}
.AnyTagClassName
{
color: #FCA9E1;
}
</style>
background-color css
<style>
a { background-color: #FCA9E1; }
a { background-color: rgb(252,169,225); }
div.DivClassName
{
background-color: #FCA9E1;
}
.BgClassName
{
background-color: #FCA9E1;
}
</style>
border-color css
<style>
span { border-color: #FCA9E1; }
span { border-color: rgb(252,169,225); }
td.TdClassName
{
border-color: #FCA9E1;
}
.TagClassName
{
border-color: #FCA9E1;
}
</style>