Shades of Lavender Rose #FCA8E3
Tints of Lavender Rose #FCA8E3
RGB
CMYK
RGB Variations
Color information
#FCA8E3 (or 0xFCA8E3) is known color: Lavender Rose. HEX triplet: FC, A8 and E3. RGB value is (252,168,227). Sum of RGB (Red+Green+Blue) = 252+168+227=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8E3 is #03571C. Grayscale: #C7C7C7. Windows color (decimal): -218909 or 14919932. OLE color: 14919932.
HSL color Cylindrical-coordinate representation of color #FCA8E3: hue angle of 317.86º 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 #FCA8E3 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 227 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.01 |
| HSL | 317.86º | 0.93% | 0.82% | - |
| HSV(B) | 317.86º | 0.33% | 0.99% | - |
| XYZ | 68.01 | 54.25 | 79.56 | - |
| YUV | 199.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 227 | 0 | 0.33 | 0.10 | 0.01 | 317.86 | 0.93 | 0.82 |
| Hex | FC | A8 | E3 | 0 | 21 | A | 1 | 13E | 5D | 52 |
| Octal | 374 | 250 | 343 | 0 | 41 | 12 | 1 | 476 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11100011 | 0 | 100001 | 1010 | 1 | 100111110 | 1011101 | 1010010 |
Color Harmonies of #FCA8E3
Complementary color
Monochromatic Colors of #FCA8E3
Black with #FCA8E3
Text Example
Text Example
White with #FCA8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8E3; }
p { color: rgb(252,168,227); }
H1.HeaderClassName
{
color: #FCA8E3;
}
.AnyTagClassName
{
color: #FCA8E3;
}
</style>
background-color css
<style>
a { background-color: #FCA8E3; }
a { background-color: rgb(252,168,227); }
div.DivClassName
{
background-color: #FCA8E3;
}
.BgClassName
{
background-color: #FCA8E3;
}
</style>
border-color css
<style>
span { border-color: #FCA8E3; }
span { border-color: rgb(252,168,227); }
td.TdClassName
{
border-color: #FCA8E3;
}
.TagClassName
{
border-color: #FCA8E3;
}
</style>