Shades of Lavender Rose #FCA3FA
Tints of Lavender Rose #FCA3FA
RGB
CMYK
RGB Variations
Color information
#FCA3FA (or 0xFCA3FA) is known color: Lavender Rose. HEX triplet: FC, A3 and FA. RGB value is (252,163,250). Sum of RGB (Red+Green+Blue) = 252+163+250=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 163 (64.06% from 255 or 24.51% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA3FA is #035C05. Grayscale: #C7C7C7. Windows color (decimal): -220166 or 16425980. OLE color: 16425980.
HSL color Cylindrical-coordinate representation of color #FCA3FA: hue angle of 301.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA3FA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 250 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.01 |
| HSL | 301.35º | 0.94% | 0.81% | - |
| HSV(B) | 301.35º | 0.35% | 0.99% | - |
| XYZ | 70.5 | 53.79 | 97.11 | - |
| YUV | 199.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 250 | 0 | 0.35 | 0.01 | 0.01 | 301.35 | 0.94 | 0.81 |
| Hex | FC | A3 | FA | 0 | 23 | 1 | 1 | 12D | 5E | 51 |
| Octal | 374 | 243 | 372 | 0 | 43 | 1 | 1 | 455 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11111010 | 0 | 100011 | 1 | 1 | 100101101 | 1011110 | 1010001 |
Color Harmonies of #FCA3FA
Complementary color
Monochromatic Colors of #FCA3FA
Black with #FCA3FA
Text Example
Text Example
White with #FCA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3FA; }
p { color: rgb(252,163,250); }
H1.HeaderClassName
{
color: #FCA3FA;
}
.AnyTagClassName
{
color: #FCA3FA;
}
</style>
background-color css
<style>
a { background-color: #FCA3FA; }
a { background-color: rgb(252,163,250); }
div.DivClassName
{
background-color: #FCA3FA;
}
.BgClassName
{
background-color: #FCA3FA;
}
</style>
border-color css
<style>
span { border-color: #FCA3FA; }
span { border-color: rgb(252,163,250); }
td.TdClassName
{
border-color: #FCA3FA;
}
.TagClassName
{
border-color: #FCA3FA;
}
</style>