Shades of Lavender Rose #FDA9DD
Tints of Lavender Rose #FDA9DD
RGB
CMYK
RGB Variations
Color information
#FDA9DD (or 0xFDA9DD) is known color: Lavender Rose. HEX triplet: FD, A9 and DD. RGB value is (253,169,221). Sum of RGB (Red+Green+Blue) = 253+169+221=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9DD is #025622. Grayscale: #C7C7C7. Windows color (decimal): -153123 or 14526973. OLE color: 14526973.
HSL color Cylindrical-coordinate representation of color #FDA9DD: hue angle of 322.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9DD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 169 | 221 | - |
CMYK | 0 | 0.33 | 0.13 | 0.01 |
HSL | 322.86º | 0.95% | 0.83% | - |
HSV(B) | 322.86º | 0.33% | 0.99% | - |
XYZ | 67.75 | 54.48 | 75.35 | - |
YUV | 200.04 | 139.83 | 165.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 169 | 221 | 0 | 0.33 | 0.13 | 0.01 | 322.86 | 0.95 | 0.83 |
Hex | FD | A9 | DD | 0 | 21 | D | 1 | 143 | 5F | 53 |
Octal | 375 | 251 | 335 | 0 | 41 | 15 | 1 | 503 | 137 | 123 |
Binary | 11111101 | 10101001 | 11011101 | 0 | 100001 | 1101 | 1 | 101000011 | 1011111 | 1010011 |
Color Harmonies of #FDA9DD
Complementary color
Monochromatic Colors of #FDA9DD
Black with #FDA9DD
Text Example
Text Example
White with #FDA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9DD; }
p { color: rgb(253,169,221); }
H1.HeaderClassName
{
color: #FDA9DD;
}
.AnyTagClassName
{
color: #FDA9DD;
}
</style>
background-color css
<style>
a { background-color: #FDA9DD; }
a { background-color: rgb(253,169,221); }
div.DivClassName
{
background-color: #FDA9DD;
}
.BgClassName
{
background-color: #FDA9DD;
}
</style>
border-color css
<style>
span { border-color: #FDA9DD; }
span { border-color: rgb(253,169,221); }
td.TdClassName
{
border-color: #FDA9DD;
}
.TagClassName
{
border-color: #FDA9DD;
}
</style>