Shades of Lavender Pink #FDABCE
Tints of Lavender Pink #FDABCE
RGB
CMYK
RGB Variations
Color information
#FDABCE (or 0xFDABCE) is known color: Lavender Pink. HEX triplet: FD, AB and CE. RGB value is (253,171,206). Sum of RGB (Red+Green+Blue) = 253+171+206=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCE is #025431. Grayscale: #C7C7C7. Windows color (decimal): -152626 or 13544445. OLE color: 13544445.
HSL color Cylindrical-coordinate representation of color #FDABCE: hue angle of 334.39º 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 #FDABCE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 334.39º | 0.95% | 0.83% | - |
| HSV(B) | 334.39º | 0.32% | 0.99% | - |
| XYZ | 66.21 | 54.46 | 65.42 | - |
| YUV | 199.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 206 | 0 | 0.32 | 0.19 | 0.01 | 334.39 | 0.95 | 0.83 |
| Hex | FD | AB | CE | 0 | 20 | 13 | 1 | 14E | 5F | 53 |
| Octal | 375 | 253 | 316 | 0 | 40 | 23 | 1 | 516 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11001110 | 0 | 100000 | 10011 | 1 | 101001110 | 1011111 | 1010011 |
Color Harmonies of #FDABCE
Complementary color
Monochromatic Colors of #FDABCE
Black with #FDABCE
Text Example
Text Example
White with #FDABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABCE; }
p { color: rgb(253,171,206); }
H1.HeaderClassName
{
color: #FDABCE;
}
.AnyTagClassName
{
color: #FDABCE;
}
</style>
background-color css
<style>
a { background-color: #FDABCE; }
a { background-color: rgb(253,171,206); }
div.DivClassName
{
background-color: #FDABCE;
}
.BgClassName
{
background-color: #FDABCE;
}
</style>
border-color css
<style>
span { border-color: #FDABCE; }
span { border-color: rgb(253,171,206); }
td.TdClassName
{
border-color: #FDABCE;
}
.TagClassName
{
border-color: #FDABCE;
}
</style>