Shades of Lavender Rose #FDADEF
Tints of Lavender Rose #FDADEF
RGB
CMYK
RGB Variations
Color information
#FDADEF (or 0xFDADEF) is known color: Lavender Rose. HEX triplet: FD, AD and EF. RGB value is (253,173,239). Sum of RGB (Red+Green+Blue) = 253+173+239=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADEF is #025210. Grayscale: #CCCCCC. Windows color (decimal): -152081 or 15707645. OLE color: 15707645.
HSL color Cylindrical-coordinate representation of color #FDADEF: hue angle of 310.5º 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 #FDADEF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 239 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.01 |
| HSL | 310.5º | 0.95% | 0.84% | - |
| HSV(B) | 310.5º | 0.32% | 0.99% | - |
| XYZ | 71.03 | 57 | 88.92 | - |
| YUV | 204.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 239 | 0 | 0.32 | 0.06 | 0.01 | 310.5 | 0.95 | 0.84 |
| Hex | FD | AD | EF | 0 | 20 | 6 | 1 | 136 | 5F | 54 |
| Octal | 375 | 255 | 357 | 0 | 40 | 6 | 1 | 466 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11101111 | 0 | 100000 | 110 | 1 | 100110110 | 1011111 | 1010100 |
Color Harmonies of #FDADEF
Complementary color
Monochromatic Colors of #FDADEF
Black with #FDADEF
Text Example
Text Example
White with #FDADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADEF; }
p { color: rgb(253,173,239); }
H1.HeaderClassName
{
color: #FDADEF;
}
.AnyTagClassName
{
color: #FDADEF;
}
</style>
background-color css
<style>
a { background-color: #FDADEF; }
a { background-color: rgb(253,173,239); }
div.DivClassName
{
background-color: #FDADEF;
}
.BgClassName
{
background-color: #FDADEF;
}
</style>
border-color css
<style>
span { border-color: #FDADEF; }
span { border-color: rgb(253,173,239); }
td.TdClassName
{
border-color: #FDADEF;
}
.TagClassName
{
border-color: #FDADEF;
}
</style>