Shades of Lavender Rose #FDADDF
Tints of Lavender Rose #FDADDF
RGB
CMYK
RGB Variations
Color information
#FDADDF (or 0xFDADDF) is known color: Lavender Rose. HEX triplet: FD, AD and DF. RGB value is (253,173,223). Sum of RGB (Red+Green+Blue) = 253+173+223=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADDF is #025220. Grayscale: #CACACA. Windows color (decimal): -152097 or 14659069. OLE color: 14659069.
HSL color Cylindrical-coordinate representation of color #FDADDF: hue angle of 322.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 #FDADDF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 223 | - |
CMYK | 0 | 0.32 | 0.12 | 0.01 |
HSL | 322.5º | 0.95% | 0.84% | - |
HSV(B) | 322.5º | 0.32% | 0.99% | - |
XYZ | 68.77 | 56.1 | 77.02 | - |
YUV | 202.62 | 139.5 | 163.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 223 | 0 | 0.32 | 0.12 | 0.01 | 322.5 | 0.95 | 0.84 |
Hex | FD | AD | DF | 0 | 20 | C | 1 | 142 | 5F | 54 |
Octal | 375 | 255 | 337 | 0 | 40 | 14 | 1 | 502 | 137 | 124 |
Binary | 11111101 | 10101101 | 11011111 | 0 | 100000 | 1100 | 1 | 101000010 | 1011111 | 1010100 |
Color Harmonies of #FDADDF
Complementary color
Monochromatic Colors of #FDADDF
Black with #FDADDF
Text Example
Text Example
White with #FDADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADDF; }
p { color: rgb(253,173,223); }
H1.HeaderClassName
{
color: #FDADDF;
}
.AnyTagClassName
{
color: #FDADDF;
}
</style>
background-color css
<style>
a { background-color: #FDADDF; }
a { background-color: rgb(253,173,223); }
div.DivClassName
{
background-color: #FDADDF;
}
.BgClassName
{
background-color: #FDADDF;
}
</style>
border-color css
<style>
span { border-color: #FDADDF; }
span { border-color: rgb(253,173,223); }
td.TdClassName
{
border-color: #FDADDF;
}
.TagClassName
{
border-color: #FDADDF;
}
</style>