Shades of Lavender Rose #FCA2DF
Tints of Lavender Rose #FCA2DF
RGB
CMYK
RGB Variations
Color information
#FCA2DF (or 0xFCA2DF) is known color: Lavender Rose. HEX triplet: FC, A2 and DF. RGB value is (252,162,223). Sum of RGB (Red+Green+Blue) = 252+162+223=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2DF is #035D20. Grayscale: #C3C3C3. Windows color (decimal): -220449 or 14656252. OLE color: 14656252.
HSL color Cylindrical-coordinate representation of color #FCA2DF: hue angle of 319.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 #FCA2DF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 223 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.01 |
| HSL | 319.33º | 0.94% | 0.81% | - |
| HSV(B) | 319.33º | 0.36% | 0.99% | - |
| XYZ | 66.38 | 51.86 | 76.32 | - |
| YUV | 195.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 223 | 0 | 0.36 | 0.12 | 0.01 | 319.33 | 0.94 | 0.81 |
| Hex | FC | A2 | DF | 0 | 24 | C | 1 | 13F | 5E | 51 |
| Octal | 374 | 242 | 337 | 0 | 44 | 14 | 1 | 477 | 136 | 121 |
| Binary | 11111100 | 10100010 | 11011111 | 0 | 100100 | 1100 | 1 | 100111111 | 1011110 | 1010001 |
Color Harmonies of #FCA2DF
Complementary color
Monochromatic Colors of #FCA2DF
Black with #FCA2DF
Text Example
Text Example
White with #FCA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA2DF; }
p { color: rgb(252,162,223); }
H1.HeaderClassName
{
color: #FCA2DF;
}
.AnyTagClassName
{
color: #FCA2DF;
}
</style>
background-color css
<style>
a { background-color: #FCA2DF; }
a { background-color: rgb(252,162,223); }
div.DivClassName
{
background-color: #FCA2DF;
}
.BgClassName
{
background-color: #FCA2DF;
}
</style>
border-color css
<style>
span { border-color: #FCA2DF; }
span { border-color: rgb(252,162,223); }
td.TdClassName
{
border-color: #FCA2DF;
}
.TagClassName
{
border-color: #FCA2DF;
}
</style>