Shades of Lavender Rose #FCA4FB
Tints of Lavender Rose #FCA4FB
RGB
CMYK
RGB Variations
Color information
#FCA4FB (or 0xFCA4FB) is known color: Lavender Rose. HEX triplet: FC, A4 and FB. RGB value is (252,164,251). Sum of RGB (Red+Green+Blue) = 252+164+251=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA4FB is #035B04. Grayscale: #C7C7C7. Windows color (decimal): -219909 or 16491772. OLE color: 16491772.
HSL color Cylindrical-coordinate representation of color #FCA4FB: hue angle of 300.68º 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 #FCA4FB is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 251 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.01 |
| HSL | 300.68º | 0.94% | 0.82% | - |
| HSV(B) | 300.68º | 0.35% | 0.99% | - |
| XYZ | 70.83 | 54.21 | 98 | - |
| YUV | 200.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 251 | 0 | 0.35 | 0.00 | 0.01 | 300.68 | 0.94 | 0.82 |
| Hex | FC | A4 | FB | 0 | 23 | 0 | 1 | 12D | 5E | 52 |
| Octal | 374 | 244 | 373 | 0 | 43 | 0 | 1 | 455 | 136 | 122 |
| Binary | 11111100 | 10100100 | 11111011 | 0 | 100011 | 0 | 1 | 100101101 | 1011110 | 1010010 |
Color Harmonies of #FCA4FB
Complementary color
Monochromatic Colors of #FCA4FB
Black with #FCA4FB
Text Example
Text Example
White with #FCA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA4FB; }
p { color: rgb(252,164,251); }
H1.HeaderClassName
{
color: #FCA4FB;
}
.AnyTagClassName
{
color: #FCA4FB;
}
</style>
background-color css
<style>
a { background-color: #FCA4FB; }
a { background-color: rgb(252,164,251); }
div.DivClassName
{
background-color: #FCA4FB;
}
.BgClassName
{
background-color: #FCA4FB;
}
</style>
border-color css
<style>
span { border-color: #FCA4FB; }
span { border-color: rgb(252,164,251); }
td.TdClassName
{
border-color: #FCA4FB;
}
.TagClassName
{
border-color: #FCA4FB;
}
</style>