Shades of Lavender Pink #FDAED1
Tints of Lavender Pink #FDAED1
RGB
CMYK
RGB Variations
Color information
#FDAED1 (or 0xFDAED1) is known color: Lavender Pink. HEX triplet: FD, AE and D1. RGB value is (253,174,209). Sum of RGB (Red+Green+Blue) = 253+174+209=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED1 is #02512E. Grayscale: #C9C9C9. Windows color (decimal): -151855 or 13741821. OLE color: 13741821.
HSL color Cylindrical-coordinate representation of color #FDAED1: hue angle of 333.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAED1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 209 | - |
CMYK | 0 | 0.31 | 0.17 | 0.01 |
HSL | 333.42º | 0.95% | 0.84% | - |
HSV(B) | 333.42º | 0.31% | 0.99% | - |
XYZ | 67.15 | 55.76 | 67.54 | - |
YUV | 201.61 | 132.17 | 164.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 209 | 0 | 0.31 | 0.17 | 0.01 | 333.42 | 0.95 | 0.84 |
Hex | FD | AE | D1 | 0 | 1F | 11 | 1 | 14D | 5F | 54 |
Octal | 375 | 256 | 321 | 0 | 37 | 21 | 1 | 515 | 137 | 124 |
Binary | 11111101 | 10101110 | 11010001 | 0 | 11111 | 10001 | 1 | 101001101 | 1011111 | 1010100 |
Color Harmonies of #FDAED1
Complementary color
Monochromatic Colors of #FDAED1
Black with #FDAED1
Text Example
Text Example
White with #FDAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAED1; }
p { color: rgb(253,174,209); }
H1.HeaderClassName
{
color: #FDAED1;
}
.AnyTagClassName
{
color: #FDAED1;
}
</style>
background-color css
<style>
a { background-color: #FDAED1; }
a { background-color: rgb(253,174,209); }
div.DivClassName
{
background-color: #FDAED1;
}
.BgClassName
{
background-color: #FDAED1;
}
</style>
border-color css
<style>
span { border-color: #FDAED1; }
span { border-color: rgb(253,174,209); }
td.TdClassName
{
border-color: #FDAED1;
}
.TagClassName
{
border-color: #FDAED1;
}
</style>