Shades of Lavender Rose #FDABEF
Tints of Lavender Rose #FDABEF
RGB
CMYK
RGB Variations
Color information
#FDABEF (or 0xFDABEF) is known color: Lavender Rose. HEX triplet: FD, AB and EF. RGB value is (253,171,239). Sum of RGB (Red+Green+Blue) = 253+171+239=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABEF is #025410. Grayscale: #CBCBCB. Windows color (decimal): -152593 or 15707133. OLE color: 15707133.
HSL color Cylindrical-coordinate representation of color #FDABEF: hue angle of 310.24º 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 #FDABEF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 239 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.01 |
| HSL | 310.24º | 0.95% | 0.83% | - |
| HSV(B) | 310.24º | 0.32% | 0.99% | - |
| XYZ | 70.65 | 56.24 | 88.79 | - |
| YUV | 203.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 239 | 0 | 0.32 | 0.06 | 0.01 | 310.24 | 0.95 | 0.83 |
| Hex | FD | AB | EF | 0 | 20 | 6 | 1 | 136 | 5F | 53 |
| Octal | 375 | 253 | 357 | 0 | 40 | 6 | 1 | 466 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11101111 | 0 | 100000 | 110 | 1 | 100110110 | 1011111 | 1010011 |
Color Harmonies of #FDABEF
Complementary color
Monochromatic Colors of #FDABEF
Black with #FDABEF
Text Example
Text Example
White with #FDABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABEF; }
p { color: rgb(253,171,239); }
H1.HeaderClassName
{
color: #FDABEF;
}
.AnyTagClassName
{
color: #FDABEF;
}
</style>
background-color css
<style>
a { background-color: #FDABEF; }
a { background-color: rgb(253,171,239); }
div.DivClassName
{
background-color: #FDABEF;
}
.BgClassName
{
background-color: #FDABEF;
}
</style>
border-color css
<style>
span { border-color: #FDABEF; }
span { border-color: rgb(253,171,239); }
td.TdClassName
{
border-color: #FDABEF;
}
.TagClassName
{
border-color: #FDABEF;
}
</style>