Shades of Lavender Pink #FDAEDB
Tints of Lavender Pink #FDAEDB
RGB
CMYK
RGB Variations
Color information
#FDAEDB (or 0xFDAEDB) is known color: Lavender Pink. HEX triplet: FD, AE and DB. RGB value is (253,174,219). Sum of RGB (Red+Green+Blue) = 253+174+219=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEDB is #025124. Grayscale: #CACACA. Windows color (decimal): -151845 or 14397181. OLE color: 14397181.
HSL color Cylindrical-coordinate representation of color #FDAEDB: hue angle of 325.82º 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 #FDAEDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 219 | - |
CMYK | 0 | 0.31 | 0.13 | 0.01 |
HSL | 325.82º | 0.95% | 0.84% | - |
HSV(B) | 325.82º | 0.31% | 0.99% | - |
XYZ | 68.43 | 56.27 | 74.27 | - |
YUV | 202.75 | 137.17 | 163.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 219 | 0 | 0.31 | 0.13 | 0.01 | 325.82 | 0.95 | 0.84 |
Hex | FD | AE | DB | 0 | 1F | D | 1 | 146 | 5F | 54 |
Octal | 375 | 256 | 333 | 0 | 37 | 15 | 1 | 506 | 137 | 124 |
Binary | 11111101 | 10101110 | 11011011 | 0 | 11111 | 1101 | 1 | 101000110 | 1011111 | 1010100 |
Color Harmonies of #FDAEDB
Complementary color
Monochromatic Colors of #FDAEDB
Black with #FDAEDB
Text Example
Text Example
White with #FDAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEDB; }
p { color: rgb(253,174,219); }
H1.HeaderClassName
{
color: #FDAEDB;
}
.AnyTagClassName
{
color: #FDAEDB;
}
</style>
background-color css
<style>
a { background-color: #FDAEDB; }
a { background-color: rgb(253,174,219); }
div.DivClassName
{
background-color: #FDAEDB;
}
.BgClassName
{
background-color: #FDAEDB;
}
</style>
border-color css
<style>
span { border-color: #FDAEDB; }
span { border-color: rgb(253,174,219); }
td.TdClassName
{
border-color: #FDAEDB;
}
.TagClassName
{
border-color: #FDAEDB;
}
</style>