Shades of Lavender Pink #FDAECD
Tints of Lavender Pink #FDAECD
RGB
CMYK
RGB Variations
Color information
#FDAECD (or 0xFDAECD) is known color: Lavender Pink. HEX triplet: FD, AE and CD. RGB value is (253,174,205). Sum of RGB (Red+Green+Blue) = 253+174+205=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAECD is #025132. Grayscale: #C9C9C9. Windows color (decimal): -151859 or 13479677. OLE color: 13479677.
HSL color Cylindrical-coordinate representation of color #FDAECD: hue angle of 336.46º 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 #FDAECD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 174 | 205 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 336.46º | 0.95% | 0.84% | - |
| HSV(B) | 336.46º | 0.31% | 0.99% | - |
| XYZ | 66.66 | 55.56 | 64.97 | - |
| YUV | 201.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 205 | 0 | 0.31 | 0.19 | 0.01 | 336.46 | 0.95 | 0.84 |
| Hex | FD | AE | CD | 0 | 1F | 13 | 1 | 150 | 5F | 54 |
| Octal | 375 | 256 | 315 | 0 | 37 | 23 | 1 | 520 | 137 | 124 |
| Binary | 11111101 | 10101110 | 11001101 | 0 | 11111 | 10011 | 1 | 101010000 | 1011111 | 1010100 |
Color Harmonies of #FDAECD
Complementary color
Monochromatic Colors of #FDAECD
Black with #FDAECD
Text Example
Text Example
White with #FDAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAECD; }
p { color: rgb(253,174,205); }
H1.HeaderClassName
{
color: #FDAECD;
}
.AnyTagClassName
{
color: #FDAECD;
}
</style>
background-color css
<style>
a { background-color: #FDAECD; }
a { background-color: rgb(253,174,205); }
div.DivClassName
{
background-color: #FDAECD;
}
.BgClassName
{
background-color: #FDAECD;
}
</style>
border-color css
<style>
span { border-color: #FDAECD; }
span { border-color: rgb(253,174,205); }
td.TdClassName
{
border-color: #FDAECD;
}
.TagClassName
{
border-color: #FDAECD;
}
</style>