Shades of Lavender Rose #FCA4F6
Tints of Lavender Rose #FCA4F6
RGB
CMYK
RGB Variations
Color information
#FCA4F6 (or 0xFCA4F6) is known color: Lavender Rose. HEX triplet: FC, A4 and F6. RGB value is (252,164,246). Sum of RGB (Red+Green+Blue) = 252+164+246=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4F6 is #035B09. Grayscale: #C7C7C7. Windows color (decimal): -219914 or 16164092. OLE color: 16164092.
HSL color Cylindrical-coordinate representation of color #FCA4F6: hue angle of 304.09º 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 #FCA4F6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 246 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.01 |
| HSL | 304.09º | 0.94% | 0.82% | - |
| HSV(B) | 304.09º | 0.35% | 0.99% | - |
| XYZ | 70.05 | 53.9 | 93.9 | - |
| YUV | 199.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 246 | 0 | 0.35 | 0.02 | 0.01 | 304.09 | 0.94 | 0.82 |
| Hex | FC | A4 | F6 | 0 | 23 | 2 | 1 | 130 | 5E | 52 |
| Octal | 374 | 244 | 366 | 0 | 43 | 2 | 1 | 460 | 136 | 122 |
| Binary | 11111100 | 10100100 | 11110110 | 0 | 100011 | 10 | 1 | 100110000 | 1011110 | 1010010 |
Color Harmonies of #FCA4F6
Complementary color
Monochromatic Colors of #FCA4F6
Black with #FCA4F6
Text Example
Text Example
White with #FCA4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4F6; }
p { color: rgb(252,164,246); }
H1.HeaderClassName
{
color: #FCA4F6;
}
.AnyTagClassName
{
color: #FCA4F6;
}
</style>
background-color css
<style>
a { background-color: #FCA4F6; }
a { background-color: rgb(252,164,246); }
div.DivClassName
{
background-color: #FCA4F6;
}
.BgClassName
{
background-color: #FCA4F6;
}
</style>
border-color css
<style>
span { border-color: #FCA4F6; }
span { border-color: rgb(252,164,246); }
td.TdClassName
{
border-color: #FCA4F6;
}
.TagClassName
{
border-color: #FCA4F6;
}
</style>