Shades of Lavender Rose #FCA5F6
Tints of Lavender Rose #FCA5F6
RGB
CMYK
RGB Variations
Color information
#FCA5F6 (or 0xFCA5F6) is known color: Lavender Rose. HEX triplet: FC, A5 and F6. RGB value is (252,165,246). Sum of RGB (Red+Green+Blue) = 252+165+246=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 165 (64.84% from 255 or 24.89% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA5F6 is #035A09. Grayscale: #C8C8C8. Windows color (decimal): -219658 or 16164348. OLE color: 16164348.
HSL color Cylindrical-coordinate representation of color #FCA5F6: hue angle of 304.14º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA5F6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 246 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.01 |
| HSL | 304.14º | 0.94% | 0.82% | - |
| HSV(B) | 304.14º | 0.35% | 0.99% | - |
| XYZ | 70.23 | 54.26 | 93.96 | - |
| YUV | 200.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 246 | 0 | 0.35 | 0.02 | 0.01 | 304.14 | 0.94 | 0.82 |
| Hex | FC | A5 | F6 | 0 | 23 | 2 | 1 | 130 | 5E | 52 |
| Octal | 374 | 245 | 366 | 0 | 43 | 2 | 1 | 460 | 136 | 122 |
| Binary | 11111100 | 10100101 | 11110110 | 0 | 100011 | 10 | 1 | 100110000 | 1011110 | 1010010 |
Color Harmonies of #FCA5F6
Complementary color
Monochromatic Colors of #FCA5F6
Black with #FCA5F6
Text Example
Text Example
White with #FCA5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5F6; }
p { color: rgb(252,165,246); }
H1.HeaderClassName
{
color: #FCA5F6;
}
.AnyTagClassName
{
color: #FCA5F6;
}
</style>
background-color css
<style>
a { background-color: #FCA5F6; }
a { background-color: rgb(252,165,246); }
div.DivClassName
{
background-color: #FCA5F6;
}
.BgClassName
{
background-color: #FCA5F6;
}
</style>
border-color css
<style>
span { border-color: #FCA5F6; }
span { border-color: rgb(252,165,246); }
td.TdClassName
{
border-color: #FCA5F6;
}
.TagClassName
{
border-color: #FCA5F6;
}
</style>