Shades of Lavender Rose #FDAEDF
Tints of Lavender Rose #FDAEDF
RGB
CMYK
RGB Variations
Color information
#FDAEDF (or 0xFDAEDF) is known color: Lavender Rose. HEX triplet: FD, AE and DF. RGB value is (253,174,223). Sum of RGB (Red+Green+Blue) = 253+174+223=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEDF is #025120. Grayscale: #CBCBCB. Windows color (decimal): -151841 or 14659325. OLE color: 14659325.
HSL color Cylindrical-coordinate representation of color #FDAEDF: hue angle of 322.78º 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 #FDAEDF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 223 | - |
CMYK | 0 | 0.31 | 0.12 | 0.01 |
HSL | 322.78º | 0.95% | 0.84% | - |
HSV(B) | 322.78º | 0.31% | 0.99% | - |
XYZ | 68.96 | 56.48 | 77.08 | - |
YUV | 203.21 | 139.17 | 163.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 223 | 0 | 0.31 | 0.12 | 0.01 | 322.78 | 0.95 | 0.84 |
Hex | FD | AE | DF | 0 | 1F | C | 1 | 143 | 5F | 54 |
Octal | 375 | 256 | 337 | 0 | 37 | 14 | 1 | 503 | 137 | 124 |
Binary | 11111101 | 10101110 | 11011111 | 0 | 11111 | 1100 | 1 | 101000011 | 1011111 | 1010100 |
Color Harmonies of #FDAEDF
Complementary color
Monochromatic Colors of #FDAEDF
Black with #FDAEDF
Text Example
Text Example
White with #FDAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEDF; }
p { color: rgb(253,174,223); }
H1.HeaderClassName
{
color: #FDAEDF;
}
.AnyTagClassName
{
color: #FDAEDF;
}
</style>
background-color css
<style>
a { background-color: #FDAEDF; }
a { background-color: rgb(253,174,223); }
div.DivClassName
{
background-color: #FDAEDF;
}
.BgClassName
{
background-color: #FDAEDF;
}
</style>
border-color css
<style>
span { border-color: #FDAEDF; }
span { border-color: rgb(253,174,223); }
td.TdClassName
{
border-color: #FDAEDF;
}
.TagClassName
{
border-color: #FDAEDF;
}
</style>