Shades of Lavender Pink #FDAECE
Tints of Lavender Pink #FDAECE
RGB
CMYK
RGB Variations
Color information
#FDAECE (or 0xFDAECE) is known color: Lavender Pink. HEX triplet: FD, AE and CE. RGB value is (253,174,206). Sum of RGB (Red+Green+Blue) = 253+174+206=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAECE is #025131. Grayscale: #C9C9C9. Windows color (decimal): -151858 or 13545213. OLE color: 13545213.
HSL color Cylindrical-coordinate representation of color #FDAECE: hue angle of 335.7º 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 #FDAECE is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 206 | - |
CMYK | 0 | 0.31 | 0.19 | 0.01 |
HSL | 335.7º | 0.95% | 0.84% | - |
HSV(B) | 335.7º | 0.31% | 0.99% | - |
XYZ | 66.78 | 55.61 | 65.61 | - |
YUV | 201.27 | 130.67 | 164.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 206 | 0 | 0.31 | 0.19 | 0.01 | 335.7 | 0.95 | 0.84 |
Hex | FD | AE | CE | 0 | 1F | 13 | 1 | 150 | 5F | 54 |
Octal | 375 | 256 | 316 | 0 | 37 | 23 | 1 | 520 | 137 | 124 |
Binary | 11111101 | 10101110 | 11001110 | 0 | 11111 | 10011 | 1 | 101010000 | 1011111 | 1010100 |
Color Harmonies of #FDAECE
Complementary color
Monochromatic Colors of #FDAECE
Black with #FDAECE
Text Example
Text Example
White with #FDAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAECE; }
p { color: rgb(253,174,206); }
H1.HeaderClassName
{
color: #FDAECE;
}
.AnyTagClassName
{
color: #FDAECE;
}
</style>
background-color css
<style>
a { background-color: #FDAECE; }
a { background-color: rgb(253,174,206); }
div.DivClassName
{
background-color: #FDAECE;
}
.BgClassName
{
background-color: #FDAECE;
}
</style>
border-color css
<style>
span { border-color: #FDAECE; }
span { border-color: rgb(253,174,206); }
td.TdClassName
{
border-color: #FDAECE;
}
.TagClassName
{
border-color: #FDAECE;
}
</style>