Shades of Lavender Rose #FDABEC
Tints of Lavender Rose #FDABEC
RGB
CMYK
RGB Variations
Color information
#FDABEC (or 0xFDABEC) is known color: Lavender Rose. HEX triplet: FD, AB and EC. RGB value is (253,171,236). Sum of RGB (Red+Green+Blue) = 253+171+236=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABEC is #025413. Grayscale: #CACACA. Windows color (decimal): -152596 or 15510525. OLE color: 15510525.
HSL color Cylindrical-coordinate representation of color #FDABEC: hue angle of 312.44º degrees, saturation: 0.95, 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 #FDABEC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 236 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.01 |
| HSL | 312.44º | 0.95% | 0.83% | - |
| HSV(B) | 312.44º | 0.32% | 0.99% | - |
| XYZ | 70.21 | 56.06 | 86.48 | - |
| YUV | 202.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 236 | 0 | 0.32 | 0.07 | 0.01 | 312.44 | 0.95 | 0.83 |
| Hex | FD | AB | EC | 0 | 20 | 7 | 1 | 138 | 5F | 53 |
| Octal | 375 | 253 | 354 | 0 | 40 | 7 | 1 | 470 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11101100 | 0 | 100000 | 111 | 1 | 100111000 | 1011111 | 1010011 |
Color Harmonies of #FDABEC
Complementary color
Monochromatic Colors of #FDABEC
Black with #FDABEC
Text Example
Text Example
White with #FDABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABEC; }
p { color: rgb(253,171,236); }
H1.HeaderClassName
{
color: #FDABEC;
}
.AnyTagClassName
{
color: #FDABEC;
}
</style>
background-color css
<style>
a { background-color: #FDABEC; }
a { background-color: rgb(253,171,236); }
div.DivClassName
{
background-color: #FDABEC;
}
.BgClassName
{
background-color: #FDABEC;
}
</style>
border-color css
<style>
span { border-color: #FDABEC; }
span { border-color: rgb(253,171,236); }
td.TdClassName
{
border-color: #FDABEC;
}
.TagClassName
{
border-color: #FDABEC;
}
</style>