Shades of Lavender Rose #FCA4E1
Tints of Lavender Rose #FCA4E1
RGB
CMYK
RGB Variations
Color information
#FCA4E1 (or 0xFCA4E1) is known color: Lavender Rose. HEX triplet: FC, A4 and E1. RGB value is (252,164,225). Sum of RGB (Red+Green+Blue) = 252+164+225=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4E1 is #035B1E. Grayscale: #C5C5C5. Windows color (decimal): -219935 or 14787836. OLE color: 14787836.
HSL color Cylindrical-coordinate representation of color #FCA4E1: hue angle of 318.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4E1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 225 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.01 |
| HSL | 318.41º | 0.94% | 0.82% | - |
| HSV(B) | 318.41º | 0.35% | 0.99% | - |
| XYZ | 67.01 | 52.68 | 77.87 | - |
| YUV | 197.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 225 | 0 | 0.35 | 0.11 | 0.01 | 318.41 | 0.94 | 0.82 |
| Hex | FC | A4 | E1 | 0 | 23 | B | 1 | 13E | 5E | 52 |
| Octal | 374 | 244 | 341 | 0 | 43 | 13 | 1 | 476 | 136 | 122 |
| Binary | 11111100 | 10100100 | 11100001 | 0 | 100011 | 1011 | 1 | 100111110 | 1011110 | 1010010 |
Color Harmonies of #FCA4E1
Complementary color
Monochromatic Colors of #FCA4E1
Black with #FCA4E1
Text Example
Text Example
White with #FCA4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4E1; }
p { color: rgb(252,164,225); }
H1.HeaderClassName
{
color: #FCA4E1;
}
.AnyTagClassName
{
color: #FCA4E1;
}
</style>
background-color css
<style>
a { background-color: #FCA4E1; }
a { background-color: rgb(252,164,225); }
div.DivClassName
{
background-color: #FCA4E1;
}
.BgClassName
{
background-color: #FCA4E1;
}
</style>
border-color css
<style>
span { border-color: #FCA4E1; }
span { border-color: rgb(252,164,225); }
td.TdClassName
{
border-color: #FCA4E1;
}
.TagClassName
{
border-color: #FCA4E1;
}
</style>