Shades of Lavender Rose #FCA4FA
Tints of Lavender Rose #FCA4FA
RGB
CMYK
RGB Variations
Color information
#FCA4FA (or 0xFCA4FA) is known color: Lavender Rose. HEX triplet: FC, A4 and FA. RGB value is (252,164,250). Sum of RGB (Red+Green+Blue) = 252+164+250=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 164 (64.45% from 255 or 24.62% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4FA is #035B05. Grayscale: #C7C7C7. Windows color (decimal): -219910 or 16426236. OLE color: 16426236.
HSL color Cylindrical-coordinate representation of color #FCA4FA: hue angle of 301.36º 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 #FCA4FA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 250 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.01 |
| HSL | 301.36º | 0.94% | 0.82% | - |
| HSV(B) | 301.36º | 0.35% | 0.99% | - |
| XYZ | 70.68 | 54.15 | 97.17 | - |
| YUV | 200.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 250 | 0 | 0.35 | 0.01 | 0.01 | 301.36 | 0.94 | 0.82 |
| Hex | FC | A4 | FA | 0 | 23 | 1 | 1 | 12D | 5E | 52 |
| Octal | 374 | 244 | 372 | 0 | 43 | 1 | 1 | 455 | 136 | 122 |
| Binary | 11111100 | 10100100 | 11111010 | 0 | 100011 | 1 | 1 | 100101101 | 1011110 | 1010010 |
Color Harmonies of #FCA4FA
Complementary color
Monochromatic Colors of #FCA4FA
Black with #FCA4FA
Text Example
Text Example
White with #FCA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4FA; }
p { color: rgb(252,164,250); }
H1.HeaderClassName
{
color: #FCA4FA;
}
.AnyTagClassName
{
color: #FCA4FA;
}
</style>
background-color css
<style>
a { background-color: #FCA4FA; }
a { background-color: rgb(252,164,250); }
div.DivClassName
{
background-color: #FCA4FA;
}
.BgClassName
{
background-color: #FCA4FA;
}
</style>
border-color css
<style>
span { border-color: #FCA4FA; }
span { border-color: rgb(252,164,250); }
td.TdClassName
{
border-color: #FCA4FA;
}
.TagClassName
{
border-color: #FCA4FA;
}
</style>