Shades of Lavender Rose #FCA8FC
Tints of Lavender Rose #FCA8FC
RGB
CMYK
RGB Variations
Color information
#FCA8FC (or 0xFCA8FC) is known color: Lavender Rose. HEX triplet: FC, A8 and FC. RGB value is (252,168,252). Sum of RGB (Red+Green+Blue) = 252+168+252=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 168 (66.02% from 255 or 25% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FC is #035703. Grayscale: #CACACA. Windows color (decimal): -218884 or 16558332. OLE color: 16558332.
HSL color Cylindrical-coordinate representation of color #FCA8FC: hue angle of 300º 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 #FCA8FC is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 168 | 252 | - |
CMYK | 0 | 0.33 | 0 | 0.01 |
HSL | 300º | 0.93% | 0.82% | - |
HSV(B) | 300º | 0.33% | 0.99% | - |
XYZ | 71.72 | 55.73 | 99.07 | - |
YUV | 202.69 | 155.83 | 163.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 168 | 252 | 0 | 0.33 | 0 | 0.01 | 300 | 0.93 | 0.82 |
Hex | FC | A8 | FC | 0 | 21 | 0 | 1 | 12C | 5D | 52 |
Octal | 374 | 250 | 374 | 0 | 41 | 0 | 1 | 454 | 135 | 122 |
Binary | 11111100 | 10101000 | 11111100 | 0 | 100001 | 0 | 1 | 100101100 | 1011101 | 1010010 |
Color Harmonies of #FCA8FC
Complementary color
Monochromatic Colors of #FCA8FC
Black with #FCA8FC
Text Example
Text Example
White with #FCA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8FC; }
p { color: rgb(252,168,252); }
H1.HeaderClassName
{
color: #FCA8FC;
}
.AnyTagClassName
{
color: #FCA8FC;
}
</style>
background-color css
<style>
a { background-color: #FCA8FC; }
a { background-color: rgb(252,168,252); }
div.DivClassName
{
background-color: #FCA8FC;
}
.BgClassName
{
background-color: #FCA8FC;
}
</style>
border-color css
<style>
span { border-color: #FCA8FC; }
span { border-color: rgb(252,168,252); }
td.TdClassName
{
border-color: #FCA8FC;
}
.TagClassName
{
border-color: #FCA8FC;
}
</style>