Shades of Lavender Rose #FCA8FA
Tints of Lavender Rose #FCA8FA
RGB
CMYK
RGB Variations
Color information
#FCA8FA (or 0xFCA8FA) is known color: Lavender Rose. HEX triplet: FC, A8 and FA. RGB value is (252,168,250). Sum of RGB (Red+Green+Blue) = 252+168+250=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 168 (66.02% from 255 or 25.07% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FA is #035705. Grayscale: #CACACA. Windows color (decimal): -218886 or 16427260. OLE color: 16427260.
HSL color Cylindrical-coordinate representation of color #FCA8FA: hue angle of 301.43º 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 #FCA8FA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 250 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.01 |
| HSL | 301.43º | 0.93% | 0.82% | - |
| HSV(B) | 301.43º | 0.33% | 0.99% | - |
| XYZ | 71.4 | 55.6 | 97.41 | - |
| YUV | 202.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 250 | 0 | 0.33 | 0.01 | 0.01 | 301.43 | 0.93 | 0.82 |
| Hex | FC | A8 | FA | 0 | 21 | 1 | 1 | 12D | 5D | 52 |
| Octal | 374 | 250 | 372 | 0 | 41 | 1 | 1 | 455 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11111010 | 0 | 100001 | 1 | 1 | 100101101 | 1011101 | 1010010 |
Color Harmonies of #FCA8FA
Complementary color
Monochromatic Colors of #FCA8FA
Black with #FCA8FA
Text Example
Text Example
White with #FCA8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8FA; }
p { color: rgb(252,168,250); }
H1.HeaderClassName
{
color: #FCA8FA;
}
.AnyTagClassName
{
color: #FCA8FA;
}
</style>
background-color css
<style>
a { background-color: #FCA8FA; }
a { background-color: rgb(252,168,250); }
div.DivClassName
{
background-color: #FCA8FA;
}
.BgClassName
{
background-color: #FCA8FA;
}
</style>
border-color css
<style>
span { border-color: #FCA8FA; }
span { border-color: rgb(252,168,250); }
td.TdClassName
{
border-color: #FCA8FA;
}
.TagClassName
{
border-color: #FCA8FA;
}
</style>