Shades of Lavender Rose #FCABE0
Tints of Lavender Rose #FCABE0
RGB
CMYK
RGB Variations
Color information
#FCABE0 (or 0xFCABE0) is known color: Lavender Rose. HEX triplet: FC, AB and E0. RGB value is (252,171,224). Sum of RGB (Red+Green+Blue) = 252+171+224=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABE0 is #03541F. Grayscale: #C9C9C9. Windows color (decimal): -218144 or 14724092. OLE color: 14724092.
HSL color Cylindrical-coordinate representation of color #FCABE0: hue angle of 320.74º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABE0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 224 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.01 |
| HSL | 320.74º | 0.93% | 0.83% | - |
| HSV(B) | 320.74º | 0.32% | 0.99% | - |
| XYZ | 68.16 | 55.2 | 77.58 | - |
| YUV | 201.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 224 | 0 | 0.32 | 0.11 | 0.01 | 320.74 | 0.93 | 0.83 |
| Hex | FC | AB | E0 | 0 | 20 | B | 1 | 141 | 5D | 53 |
| Octal | 374 | 253 | 340 | 0 | 40 | 13 | 1 | 501 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11100000 | 0 | 100000 | 1011 | 1 | 101000001 | 1011101 | 1010011 |
Color Harmonies of #FCABE0
Complementary color
Monochromatic Colors of #FCABE0
Black with #FCABE0
Text Example
Text Example
White with #FCABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABE0; }
p { color: rgb(252,171,224); }
H1.HeaderClassName
{
color: #FCABE0;
}
.AnyTagClassName
{
color: #FCABE0;
}
</style>
background-color css
<style>
a { background-color: #FCABE0; }
a { background-color: rgb(252,171,224); }
div.DivClassName
{
background-color: #FCABE0;
}
.BgClassName
{
background-color: #FCABE0;
}
</style>
border-color css
<style>
span { border-color: #FCABE0; }
span { border-color: rgb(252,171,224); }
td.TdClassName
{
border-color: #FCABE0;
}
.TagClassName
{
border-color: #FCABE0;
}
</style>