Shades of Lavender Rose #FDABDD
Tints of Lavender Rose #FDABDD
RGB
CMYK
RGB Variations
Color information
#FDABDD (or 0xFDABDD) is known color: Lavender Rose. HEX triplet: FD, AB and DD. RGB value is (253,171,221). Sum of RGB (Red+Green+Blue) = 253+171+221=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABDD is #025422. Grayscale: #C9C9C9. Windows color (decimal): -152611 or 14527485. OLE color: 14527485.
HSL color Cylindrical-coordinate representation of color #FDABDD: hue angle of 323.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABDD is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 171 | 221 | - |
CMYK | 0 | 0.32 | 0.13 | 0.01 |
HSL | 323.41º | 0.95% | 0.83% | - |
HSV(B) | 323.41º | 0.32% | 0.99% | - |
XYZ | 68.12 | 55.23 | 75.48 | - |
YUV | 201.22 | 139.17 | 164.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 171 | 221 | 0 | 0.32 | 0.13 | 0.01 | 323.41 | 0.95 | 0.83 |
Hex | FD | AB | DD | 0 | 20 | D | 1 | 143 | 5F | 53 |
Octal | 375 | 253 | 335 | 0 | 40 | 15 | 1 | 503 | 137 | 123 |
Binary | 11111101 | 10101011 | 11011101 | 0 | 100000 | 1101 | 1 | 101000011 | 1011111 | 1010011 |
Color Harmonies of #FDABDD
Complementary color
Monochromatic Colors of #FDABDD
Black with #FDABDD
Text Example
Text Example
White with #FDABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABDD; }
p { color: rgb(253,171,221); }
H1.HeaderClassName
{
color: #FDABDD;
}
.AnyTagClassName
{
color: #FDABDD;
}
</style>
background-color css
<style>
a { background-color: #FDABDD; }
a { background-color: rgb(253,171,221); }
div.DivClassName
{
background-color: #FDABDD;
}
.BgClassName
{
background-color: #FDABDD;
}
</style>
border-color css
<style>
span { border-color: #FDABDD; }
span { border-color: rgb(253,171,221); }
td.TdClassName
{
border-color: #FDABDD;
}
.TagClassName
{
border-color: #FDABDD;
}
</style>