Shades of Lavender Rose #FCA8E4
Tints of Lavender Rose #FCA8E4
RGB
CMYK
RGB Variations
Color information
#FCA8E4 (or 0xFCA8E4) is known color: Lavender Rose. HEX triplet: FC, A8 and E4. RGB value is (252,168,228). Sum of RGB (Red+Green+Blue) = 252+168+228=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8E4 is #03571B. Grayscale: #C7C7C7. Windows color (decimal): -218908 or 14985468. OLE color: 14985468.
HSL color Cylindrical-coordinate representation of color #FCA8E4: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8E4 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 228 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.01 |
| HSL | 317.14º | 0.93% | 0.82% | - |
| HSV(B) | 317.14º | 0.33% | 0.99% | - |
| XYZ | 68.15 | 54.3 | 80.29 | - |
| YUV | 199.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 228 | 0 | 0.33 | 0.10 | 0.01 | 317.14 | 0.93 | 0.82 |
| Hex | FC | A8 | E4 | 0 | 21 | A | 1 | 13D | 5D | 52 |
| Octal | 374 | 250 | 344 | 0 | 41 | 12 | 1 | 475 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11100100 | 0 | 100001 | 1010 | 1 | 100111101 | 1011101 | 1010010 |
Color Harmonies of #FCA8E4
Complementary color
Monochromatic Colors of #FCA8E4
Black with #FCA8E4
Text Example
Text Example
White with #FCA8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8E4; }
p { color: rgb(252,168,228); }
H1.HeaderClassName
{
color: #FCA8E4;
}
.AnyTagClassName
{
color: #FCA8E4;
}
</style>
background-color css
<style>
a { background-color: #FCA8E4; }
a { background-color: rgb(252,168,228); }
div.DivClassName
{
background-color: #FCA8E4;
}
.BgClassName
{
background-color: #FCA8E4;
}
</style>
border-color css
<style>
span { border-color: #FCA8E4; }
span { border-color: rgb(252,168,228); }
td.TdClassName
{
border-color: #FCA8E4;
}
.TagClassName
{
border-color: #FCA8E4;
}
</style>