Shades of Lavender Pink #FDADCD
Tints of Lavender Pink #FDADCD
RGB
CMYK
RGB Variations
Color information
#FDADCD (or 0xFDADCD) is known color: Lavender Pink. HEX triplet: FD, AD and CD. RGB value is (253,173,205). Sum of RGB (Red+Green+Blue) = 253+173+205=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCD is #025232. Grayscale: #C8C8C8. Windows color (decimal): -152115 or 13479421. OLE color: 13479421.
HSL color Cylindrical-coordinate representation of color #FDADCD: hue angle of 336º 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 #FDADCD is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 205 | - |
CMYK | 0 | 0.32 | 0.19 | 0.01 |
HSL | 336º | 0.95% | 0.84% | - |
HSV(B) | 336º | 0.32% | 0.99% | - |
XYZ | 66.47 | 55.18 | 64.9 | - |
YUV | 200.57 | 130.5 | 165.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 205 | 0 | 0.32 | 0.19 | 0.01 | 336 | 0.95 | 0.84 |
Hex | FD | AD | CD | 0 | 20 | 13 | 1 | 150 | 5F | 54 |
Octal | 375 | 255 | 315 | 0 | 40 | 23 | 1 | 520 | 137 | 124 |
Binary | 11111101 | 10101101 | 11001101 | 0 | 100000 | 10011 | 1 | 101010000 | 1011111 | 1010100 |
Color Harmonies of #FDADCD
Complementary color
Monochromatic Colors of #FDADCD
Black with #FDADCD
Text Example
Text Example
White with #FDADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADCD; }
p { color: rgb(253,173,205); }
H1.HeaderClassName
{
color: #FDADCD;
}
.AnyTagClassName
{
color: #FDADCD;
}
</style>
background-color css
<style>
a { background-color: #FDADCD; }
a { background-color: rgb(253,173,205); }
div.DivClassName
{
background-color: #FDADCD;
}
.BgClassName
{
background-color: #FDADCD;
}
</style>
border-color css
<style>
span { border-color: #FDADCD; }
span { border-color: rgb(253,173,205); }
td.TdClassName
{
border-color: #FDADCD;
}
.TagClassName
{
border-color: #FDADCD;
}
</style>