Shades of Lavender Rose #FCABED
Tints of Lavender Rose #FCABED
RGB
CMYK
RGB Variations
Color information
#FCABED (or 0xFCABED) is known color: Lavender Rose. HEX triplet: FC, AB and ED. RGB value is (252,171,237). Sum of RGB (Red+Green+Blue) = 252+171+237=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABED is #035412. Grayscale: #CACACA. Windows color (decimal): -218131 or 15576060. OLE color: 15576060.
HSL color Cylindrical-coordinate representation of color #FCABED: hue angle of 311.11º 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 #FCABED is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 237 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.01 |
| HSL | 311.11º | 0.93% | 0.83% | - |
| HSV(B) | 311.11º | 0.32% | 0.99% | - |
| XYZ | 69.99 | 55.94 | 87.23 | - |
| YUV | 202.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 237 | 0 | 0.32 | 0.06 | 0.01 | 311.11 | 0.93 | 0.83 |
| Hex | FC | AB | ED | 0 | 20 | 6 | 1 | 137 | 5D | 53 |
| Octal | 374 | 253 | 355 | 0 | 40 | 6 | 1 | 467 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11101101 | 0 | 100000 | 110 | 1 | 100110111 | 1011101 | 1010011 |
Color Harmonies of #FCABED
Complementary color
Monochromatic Colors of #FCABED
Black with #FCABED
Text Example
Text Example
White with #FCABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABED; }
p { color: rgb(252,171,237); }
H1.HeaderClassName
{
color: #FCABED;
}
.AnyTagClassName
{
color: #FCABED;
}
</style>
background-color css
<style>
a { background-color: #FCABED; }
a { background-color: rgb(252,171,237); }
div.DivClassName
{
background-color: #FCABED;
}
.BgClassName
{
background-color: #FCABED;
}
</style>
border-color css
<style>
span { border-color: #FCABED; }
span { border-color: rgb(252,171,237); }
td.TdClassName
{
border-color: #FCABED;
}
.TagClassName
{
border-color: #FCABED;
}
</style>