Shades of Lavender Rose #FDA9DE
Tints of Lavender Rose #FDA9DE
RGB
CMYK
RGB Variations
Color information
#FDA9DE (or 0xFDA9DE) is known color: Lavender Rose. HEX triplet: FD, A9 and DE. RGB value is (253,169,222). Sum of RGB (Red+Green+Blue) = 253+169+222=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9DE is #025621. Grayscale: #C8C8C8. Windows color (decimal): -153122 or 14592509. OLE color: 14592509.
HSL color Cylindrical-coordinate representation of color #FDA9DE: hue angle of 322.14º 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 #FDA9DE is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 222 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.01 |
| HSL | 322.14º | 0.95% | 0.83% | - |
| HSV(B) | 322.14º | 0.33% | 0.99% | - |
| XYZ | 67.88 | 54.53 | 76.06 | - |
| YUV | 200.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 222 | 0 | 0.33 | 0.12 | 0.01 | 322.14 | 0.95 | 0.83 |
| Hex | FD | A9 | DE | 0 | 21 | C | 1 | 142 | 5F | 53 |
| Octal | 375 | 251 | 336 | 0 | 41 | 14 | 1 | 502 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11011110 | 0 | 100001 | 1100 | 1 | 101000010 | 1011111 | 1010011 |
Color Harmonies of #FDA9DE
Complementary color
Monochromatic Colors of #FDA9DE
Black with #FDA9DE
Text Example
Text Example
White with #FDA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9DE; }
p { color: rgb(253,169,222); }
H1.HeaderClassName
{
color: #FDA9DE;
}
.AnyTagClassName
{
color: #FDA9DE;
}
</style>
background-color css
<style>
a { background-color: #FDA9DE; }
a { background-color: rgb(253,169,222); }
div.DivClassName
{
background-color: #FDA9DE;
}
.BgClassName
{
background-color: #FDA9DE;
}
</style>
border-color css
<style>
span { border-color: #FDA9DE; }
span { border-color: rgb(253,169,222); }
td.TdClassName
{
border-color: #FDA9DE;
}
.TagClassName
{
border-color: #FDA9DE;
}
</style>