Shades of Lavender Rose #FDA5DD
Tints of Lavender Rose #FDA5DD
RGB
CMYK
RGB Variations
Color information
#FDA5DD (or 0xFDA5DD) is known color: Lavender Rose. HEX triplet: FD, A5 and DD. RGB value is (253,165,221). Sum of RGB (Red+Green+Blue) = 253+165+221=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5DD is #025A22. Grayscale: #C5C5C5. Windows color (decimal): -154147 or 14525949. OLE color: 14525949.
HSL color Cylindrical-coordinate representation of color #FDA5DD: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5DD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 165 | 221 | - |
CMYK | 0 | 0.35 | 0.13 | 0.01 |
HSL | 321.82º | 0.96% | 0.82% | - |
HSV(B) | 321.82º | 0.35% | 0.99% | - |
XYZ | 67.01 | 53.01 | 75.11 | - |
YUV | 197.7 | 141.15 | 167.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 165 | 221 | 0 | 0.35 | 0.13 | 0.01 | 321.82 | 0.96 | 0.82 |
Hex | FD | A5 | DD | 0 | 23 | D | 1 | 142 | 60 | 52 |
Octal | 375 | 245 | 335 | 0 | 43 | 15 | 1 | 502 | 140 | 122 |
Binary | 11111101 | 10100101 | 11011101 | 0 | 100011 | 1101 | 1 | 101000010 | 1100000 | 1010010 |
Color Harmonies of #FDA5DD
Complementary color
Monochromatic Colors of #FDA5DD
Black with #FDA5DD
Text Example
Text Example
White with #FDA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5DD; }
p { color: rgb(253,165,221); }
H1.HeaderClassName
{
color: #FDA5DD;
}
.AnyTagClassName
{
color: #FDA5DD;
}
</style>
background-color css
<style>
a { background-color: #FDA5DD; }
a { background-color: rgb(253,165,221); }
div.DivClassName
{
background-color: #FDA5DD;
}
.BgClassName
{
background-color: #FDA5DD;
}
</style>
border-color css
<style>
span { border-color: #FDA5DD; }
span { border-color: rgb(253,165,221); }
td.TdClassName
{
border-color: #FDA5DD;
}
.TagClassName
{
border-color: #FDA5DD;
}
</style>