Shades of Lavender Pink #FDAED4
Tints of Lavender Pink #FDAED4
RGB
CMYK
RGB Variations
Color information
#FDAED4 (or 0xFDAED4) is known color: Lavender Pink. HEX triplet: FD, AE and D4. RGB value is (253,174,212). Sum of RGB (Red+Green+Blue) = 253+174+212=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED4 is #02512B. Grayscale: #C9C9C9. Windows color (decimal): -151852 or 13938429. OLE color: 13938429.
HSL color Cylindrical-coordinate representation of color #FDAED4: hue angle of 331.14º 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 #FDAED4 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 212 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.01 |
| HSL | 331.14º | 0.95% | 0.84% | - |
| HSV(B) | 331.14º | 0.31% | 0.99% | - |
| XYZ | 67.53 | 55.91 | 69.52 | - |
| YUV | 201.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 212 | 0 | 0.31 | 0.16 | 0.01 | 331.14 | 0.95 | 0.84 |
| Hex | FD | AE | D4 | 0 | 1F | 10 | 1 | 14B | 5F | 54 |
| Octal | 375 | 256 | 324 | 0 | 37 | 20 | 1 | 513 | 137 | 124 |
| Binary | 11111101 | 10101110 | 11010100 | 0 | 11111 | 10000 | 1 | 101001011 | 1011111 | 1010100 |
Color Harmonies of #FDAED4
Complementary color
Monochromatic Colors of #FDAED4
Black with #FDAED4
Text Example
Text Example
White with #FDAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAED4; }
p { color: rgb(253,174,212); }
H1.HeaderClassName
{
color: #FDAED4;
}
.AnyTagClassName
{
color: #FDAED4;
}
</style>
background-color css
<style>
a { background-color: #FDAED4; }
a { background-color: rgb(253,174,212); }
div.DivClassName
{
background-color: #FDAED4;
}
.BgClassName
{
background-color: #FDAED4;
}
</style>
border-color css
<style>
span { border-color: #FDAED4; }
span { border-color: rgb(253,174,212); }
td.TdClassName
{
border-color: #FDAED4;
}
.TagClassName
{
border-color: #FDAED4;
}
</style>