Shades of Lavender Rose #FCA3F0
Tints of Lavender Rose #FCA3F0
RGB
CMYK
RGB Variations
Color information
#FCA3F0 (or 0xFCA3F0) is known color: Lavender Rose. HEX triplet: FC, A3 and F0. RGB value is (252,163,240). Sum of RGB (Red+Green+Blue) = 252+163+240=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 163 (64.06% from 255 or 24.89% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA3F0 is #035C0F. Grayscale: #C6C6C6. Windows color (decimal): -220176 or 15770620. OLE color: 15770620.
HSL color Cylindrical-coordinate representation of color #FCA3F0: hue angle of 308.09º 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 #FCA3F0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 240 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.01 |
| HSL | 308.09º | 0.94% | 0.81% | - |
| HSV(B) | 308.09º | 0.35% | 0.99% | - |
| XYZ | 68.97 | 53.18 | 89.07 | - |
| YUV | 198.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 240 | 0 | 0.35 | 0.05 | 0.01 | 308.09 | 0.94 | 0.81 |
| Hex | FC | A3 | F0 | 0 | 23 | 5 | 1 | 134 | 5E | 51 |
| Octal | 374 | 243 | 360 | 0 | 43 | 5 | 1 | 464 | 136 | 121 |
| Binary | 11111100 | 10100011 | 11110000 | 0 | 100011 | 101 | 1 | 100110100 | 1011110 | 1010001 |
Color Harmonies of #FCA3F0
Complementary color
Monochromatic Colors of #FCA3F0
Black with #FCA3F0
Text Example
Text Example
White with #FCA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA3F0; }
p { color: rgb(252,163,240); }
H1.HeaderClassName
{
color: #FCA3F0;
}
.AnyTagClassName
{
color: #FCA3F0;
}
</style>
background-color css
<style>
a { background-color: #FCA3F0; }
a { background-color: rgb(252,163,240); }
div.DivClassName
{
background-color: #FCA3F0;
}
.BgClassName
{
background-color: #FCA3F0;
}
</style>
border-color css
<style>
span { border-color: #FCA3F0; }
span { border-color: rgb(252,163,240); }
td.TdClassName
{
border-color: #FCA3F0;
}
.TagClassName
{
border-color: #FCA3F0;
}
</style>