Shades of Lavender Pink #FDAED0
Tints of Lavender Pink #FDAED0
RGB
CMYK
RGB Variations
Color information
#FDAED0 (or 0xFDAED0) is known color: Lavender Pink. HEX triplet: FD, AE and D0. RGB value is (253,174,208). Sum of RGB (Red+Green+Blue) = 253+174+208=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED0 is #02512F. Grayscale: #C9C9C9. Windows color (decimal): -151856 or 13676285. OLE color: 13676285.
HSL color Cylindrical-coordinate representation of color #FDAED0: hue angle of 334.18º 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 #FDAED0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 208 | - |
CMYK | 0 | 0.31 | 0.18 | 0.01 |
HSL | 334.18º | 0.95% | 0.84% | - |
HSV(B) | 334.18º | 0.31% | 0.99% | - |
XYZ | 67.03 | 55.71 | 66.89 | - |
YUV | 201.5 | 131.67 | 164.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 208 | 0 | 0.31 | 0.18 | 0.01 | 334.18 | 0.95 | 0.84 |
Hex | FD | AE | D0 | 0 | 1F | 12 | 1 | 14E | 5F | 54 |
Octal | 375 | 256 | 320 | 0 | 37 | 22 | 1 | 516 | 137 | 124 |
Binary | 11111101 | 10101110 | 11010000 | 0 | 11111 | 10010 | 1 | 101001110 | 1011111 | 1010100 |
Color Harmonies of #FDAED0
Complementary color
Monochromatic Colors of #FDAED0
Black with #FDAED0
Text Example
Text Example
White with #FDAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAED0; }
p { color: rgb(253,174,208); }
H1.HeaderClassName
{
color: #FDAED0;
}
.AnyTagClassName
{
color: #FDAED0;
}
</style>
background-color css
<style>
a { background-color: #FDAED0; }
a { background-color: rgb(253,174,208); }
div.DivClassName
{
background-color: #FDAED0;
}
.BgClassName
{
background-color: #FDAED0;
}
</style>
border-color css
<style>
span { border-color: #FDAED0; }
span { border-color: rgb(253,174,208); }
td.TdClassName
{
border-color: #FDAED0;
}
.TagClassName
{
border-color: #FDAED0;
}
</style>