Shades of Lavender Rose #FDADE4
Tints of Lavender Rose #FDADE4
RGB
CMYK
RGB Variations
Color information
#FDADE4 (or 0xFDADE4) is known color: Lavender Rose. HEX triplet: FD, AD and E4. RGB value is (253,173,228). Sum of RGB (Red+Green+Blue) = 253+173+228=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADE4 is #02521B. Grayscale: #CBCBCB. Windows color (decimal): -152092 or 14986749. OLE color: 14986749.
HSL color Cylindrical-coordinate representation of color #FDADE4: hue angle of 318.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADE4 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 228 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.01 |
| HSL | 318.75º | 0.95% | 0.84% | - |
| HSV(B) | 318.75º | 0.32% | 0.99% | - |
| XYZ | 69.46 | 56.37 | 80.62 | - |
| YUV | 203.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 228 | 0 | 0.32 | 0.10 | 0.01 | 318.75 | 0.95 | 0.84 |
| Hex | FD | AD | E4 | 0 | 20 | A | 1 | 13F | 5F | 54 |
| Octal | 375 | 255 | 344 | 0 | 40 | 12 | 1 | 477 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11100100 | 0 | 100000 | 1010 | 1 | 100111111 | 1011111 | 1010100 |
Color Harmonies of #FDADE4
Complementary color
Monochromatic Colors of #FDADE4
Black with #FDADE4
Text Example
Text Example
White with #FDADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADE4; }
p { color: rgb(253,173,228); }
H1.HeaderClassName
{
color: #FDADE4;
}
.AnyTagClassName
{
color: #FDADE4;
}
</style>
background-color css
<style>
a { background-color: #FDADE4; }
a { background-color: rgb(253,173,228); }
div.DivClassName
{
background-color: #FDADE4;
}
.BgClassName
{
background-color: #FDADE4;
}
</style>
border-color css
<style>
span { border-color: #FDADE4; }
span { border-color: rgb(253,173,228); }
td.TdClassName
{
border-color: #FDADE4;
}
.TagClassName
{
border-color: #FDADE4;
}
</style>