Shades of Lavender Rose #FCA2E8
Tints of Lavender Rose #FCA2E8
RGB
CMYK
RGB Variations
Color information
#FCA2E8 (or 0xFCA2E8) is known color: Lavender Rose. HEX triplet: FC, A2 and E8. RGB value is (252,162,232). Sum of RGB (Red+Green+Blue) = 252+162+232=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2E8 is #035D17. Grayscale: #C4C4C4. Windows color (decimal): -220440 or 15246076. OLE color: 15246076.
HSL color Cylindrical-coordinate representation of color #FCA2E8: hue angle of 313.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA2E8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 232 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.01 |
| HSL | 313.33º | 0.94% | 0.81% | - |
| HSV(B) | 313.33º | 0.36% | 0.99% | - |
| XYZ | 67.63 | 52.36 | 82.89 | - |
| YUV | 196.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 232 | 0 | 0.36 | 0.08 | 0.01 | 313.33 | 0.94 | 0.81 |
| Hex | FC | A2 | E8 | 0 | 24 | 8 | 1 | 139 | 5E | 51 |
| Octal | 374 | 242 | 350 | 0 | 44 | 10 | 1 | 471 | 136 | 121 |
| Binary | 11111100 | 10100010 | 11101000 | 0 | 100100 | 1000 | 1 | 100111001 | 1011110 | 1010001 |
Color Harmonies of #FCA2E8
Complementary color
Monochromatic Colors of #FCA2E8
Black with #FCA2E8
Text Example
Text Example
White with #FCA2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA2E8; }
p { color: rgb(252,162,232); }
H1.HeaderClassName
{
color: #FCA2E8;
}
.AnyTagClassName
{
color: #FCA2E8;
}
</style>
background-color css
<style>
a { background-color: #FCA2E8; }
a { background-color: rgb(252,162,232); }
div.DivClassName
{
background-color: #FCA2E8;
}
.BgClassName
{
background-color: #FCA2E8;
}
</style>
border-color css
<style>
span { border-color: #FCA2E8; }
span { border-color: rgb(252,162,232); }
td.TdClassName
{
border-color: #FCA2E8;
}
.TagClassName
{
border-color: #FCA2E8;
}
</style>