Shades of Lavender Rose #FCA8ED
Tints of Lavender Rose #FCA8ED
RGB
CMYK
RGB Variations
Color information
#FCA8ED (or 0xFCA8ED) is known color: Lavender Rose. HEX triplet: FC, A8 and ED. RGB value is (252,168,237). Sum of RGB (Red+Green+Blue) = 252+168+237=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8ED is #035712. Grayscale: #C8C8C8. Windows color (decimal): -218899 or 15575292. OLE color: 15575292.
HSL color Cylindrical-coordinate representation of color #FCA8ED: hue angle of 310.71º 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 #FCA8ED is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 168 | 237 | - |
CMYK | 0 | 0.33 | 0.06 | 0.01 |
HSL | 310.71º | 0.93% | 0.82% | - |
HSV(B) | 310.71º | 0.33% | 0.99% | - |
XYZ | 69.43 | 54.82 | 87.04 | - |
YUV | 200.98 | 148.33 | 164.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 168 | 237 | 0 | 0.33 | 0.06 | 0.01 | 310.71 | 0.93 | 0.82 |
Hex | FC | A8 | ED | 0 | 21 | 6 | 1 | 137 | 5D | 52 |
Octal | 374 | 250 | 355 | 0 | 41 | 6 | 1 | 467 | 135 | 122 |
Binary | 11111100 | 10101000 | 11101101 | 0 | 100001 | 110 | 1 | 100110111 | 1011101 | 1010010 |
Color Harmonies of #FCA8ED
Complementary color
Monochromatic Colors of #FCA8ED
Black with #FCA8ED
Text Example
Text Example
White with #FCA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8ED; }
p { color: rgb(252,168,237); }
H1.HeaderClassName
{
color: #FCA8ED;
}
.AnyTagClassName
{
color: #FCA8ED;
}
</style>
background-color css
<style>
a { background-color: #FCA8ED; }
a { background-color: rgb(252,168,237); }
div.DivClassName
{
background-color: #FCA8ED;
}
.BgClassName
{
background-color: #FCA8ED;
}
</style>
border-color css
<style>
span { border-color: #FCA8ED; }
span { border-color: rgb(252,168,237); }
td.TdClassName
{
border-color: #FCA8ED;
}
.TagClassName
{
border-color: #FCA8ED;
}
</style>