Shades of Lavender Rose #FDAEF0
Tints of Lavender Rose #FDAEF0
RGB
CMYK
RGB Variations
Color information
#FDAEF0 (or 0xFDAEF0) is known color: Lavender Rose. HEX triplet: FD, AE and F0. RGB value is (253,174,240). Sum of RGB (Red+Green+Blue) = 253+174+240=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEF0 is #02510F. Grayscale: #CCCCCC. Windows color (decimal): -151824 or 15773437. OLE color: 15773437.
HSL color Cylindrical-coordinate representation of color #FDAEF0: hue angle of 309.87º 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 #FDAEF0 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 240 | - |
CMYK | 0 | 0.31 | 0.05 | 0.01 |
HSL | 309.87º | 0.95% | 0.84% | - |
HSV(B) | 309.87º | 0.31% | 0.99% | - |
XYZ | 71.37 | 57.45 | 89.76 | - |
YUV | 205.15 | 147.67 | 162.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 240 | 0 | 0.31 | 0.05 | 0.01 | 309.87 | 0.95 | 0.84 |
Hex | FD | AE | F0 | 0 | 1F | 5 | 1 | 136 | 5F | 54 |
Octal | 375 | 256 | 360 | 0 | 37 | 5 | 1 | 466 | 137 | 124 |
Binary | 11111101 | 10101110 | 11110000 | 0 | 11111 | 101 | 1 | 100110110 | 1011111 | 1010100 |
Color Harmonies of #FDAEF0
Complementary color
Monochromatic Colors of #FDAEF0
Black with #FDAEF0
Text Example
Text Example
White with #FDAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEF0; }
p { color: rgb(253,174,240); }
H1.HeaderClassName
{
color: #FDAEF0;
}
.AnyTagClassName
{
color: #FDAEF0;
}
</style>
background-color css
<style>
a { background-color: #FDAEF0; }
a { background-color: rgb(253,174,240); }
div.DivClassName
{
background-color: #FDAEF0;
}
.BgClassName
{
background-color: #FDAEF0;
}
</style>
border-color css
<style>
span { border-color: #FDAEF0; }
span { border-color: rgb(253,174,240); }
td.TdClassName
{
border-color: #FDAEF0;
}
.TagClassName
{
border-color: #FDAEF0;
}
</style>