Shades of Lavender Rose #FCA7E0
Tints of Lavender Rose #FCA7E0
RGB
CMYK
RGB Variations
Color information
#FCA7E0 (or 0xFCA7E0) is known color: Lavender Rose. HEX triplet: FC, A7 and E0. RGB value is (252,167,224). Sum of RGB (Red+Green+Blue) = 252+167+224=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7E0 is #03581F. Grayscale: #C6C6C6. Windows color (decimal): -219168 or 14723068. OLE color: 14723068.
HSL color Cylindrical-coordinate representation of color #FCA7E0: hue angle of 319.76º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7E0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 167 | 224 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.01 |
| HSL | 319.76º | 0.93% | 0.82% | - |
| HSV(B) | 319.76º | 0.34% | 0.99% | - |
| XYZ | 67.42 | 53.71 | 77.34 | - |
| YUV | 198.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 167 | 224 | 0 | 0.34 | 0.11 | 0.01 | 319.76 | 0.93 | 0.82 |
| Hex | FC | A7 | E0 | 0 | 22 | B | 1 | 140 | 5D | 52 |
| Octal | 374 | 247 | 340 | 0 | 42 | 13 | 1 | 500 | 135 | 122 |
| Binary | 11111100 | 10100111 | 11100000 | 0 | 100010 | 1011 | 1 | 101000000 | 1011101 | 1010010 |
Color Harmonies of #FCA7E0
Complementary color
Monochromatic Colors of #FCA7E0
Black with #FCA7E0
Text Example
Text Example
White with #FCA7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7E0; }
p { color: rgb(252,167,224); }
H1.HeaderClassName
{
color: #FCA7E0;
}
.AnyTagClassName
{
color: #FCA7E0;
}
</style>
background-color css
<style>
a { background-color: #FCA7E0; }
a { background-color: rgb(252,167,224); }
div.DivClassName
{
background-color: #FCA7E0;
}
.BgClassName
{
background-color: #FCA7E0;
}
</style>
border-color css
<style>
span { border-color: #FCA7E0; }
span { border-color: rgb(252,167,224); }
td.TdClassName
{
border-color: #FCA7E0;
}
.TagClassName
{
border-color: #FCA7E0;
}
</style>