Shades of Lavender Pink #FDADCE
Tints of Lavender Pink #FDADCE
RGB
CMYK
RGB Variations
Color information
#FDADCE (or 0xFDADCE) is known color: Lavender Pink. HEX triplet: FD, AD and CE. RGB value is (253,173,206). Sum of RGB (Red+Green+Blue) = 253+173+206=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCE is #025231. Grayscale: #C8C8C8. Windows color (decimal): -152114 or 13544957. OLE color: 13544957.
HSL color Cylindrical-coordinate representation of color #FDADCE: hue angle of 335.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADCE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 335.25º | 0.95% | 0.84% | - |
| HSV(B) | 335.25º | 0.32% | 0.99% | - |
| XYZ | 66.59 | 55.23 | 65.54 | - |
| YUV | 200.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 206 | 0 | 0.32 | 0.19 | 0.01 | 335.25 | 0.95 | 0.84 |
| Hex | FD | AD | CE | 0 | 20 | 13 | 1 | 14F | 5F | 54 |
| Octal | 375 | 255 | 316 | 0 | 40 | 23 | 1 | 517 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11001110 | 0 | 100000 | 10011 | 1 | 101001111 | 1011111 | 1010100 |
Color Harmonies of #FDADCE
Complementary color
Monochromatic Colors of #FDADCE
Black with #FDADCE
Text Example
Text Example
White with #FDADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADCE; }
p { color: rgb(253,173,206); }
H1.HeaderClassName
{
color: #FDADCE;
}
.AnyTagClassName
{
color: #FDADCE;
}
</style>
background-color css
<style>
a { background-color: #FDADCE; }
a { background-color: rgb(253,173,206); }
div.DivClassName
{
background-color: #FDADCE;
}
.BgClassName
{
background-color: #FDADCE;
}
</style>
border-color css
<style>
span { border-color: #FDADCE; }
span { border-color: rgb(253,173,206); }
td.TdClassName
{
border-color: #FDADCE;
}
.TagClassName
{
border-color: #FDADCE;
}
</style>