Shades of Lavender Rose #FDA3DB
Tints of Lavender Rose #FDA3DB
RGB
CMYK
RGB Variations
Color information
#FDA3DB (or 0xFDA3DB) is known color: Lavender Rose. HEX triplet: FD, A3 and DB. RGB value is (253,163,219). Sum of RGB (Red+Green+Blue) = 253+163+219=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3DB is #025C24. Grayscale: #C4C4C4. Windows color (decimal): -154661 or 14394365. OLE color: 14394365.
HSL color Cylindrical-coordinate representation of color #FDA3DB: hue angle of 322.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3DB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 219 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.01 |
| HSL | 322.67º | 0.96% | 0.82% | - |
| HSV(B) | 322.67º | 0.36% | 0.99% | - |
| XYZ | 66.39 | 52.19 | 73.59 | - |
| YUV | 196.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 219 | 0 | 0.36 | 0.13 | 0.01 | 322.67 | 0.96 | 0.82 |
| Hex | FD | A3 | DB | 0 | 24 | D | 1 | 143 | 60 | 52 |
| Octal | 375 | 243 | 333 | 0 | 44 | 15 | 1 | 503 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11011011 | 0 | 100100 | 1101 | 1 | 101000011 | 1100000 | 1010010 |
Color Harmonies of #FDA3DB
Complementary color
Monochromatic Colors of #FDA3DB
Black with #FDA3DB
Text Example
Text Example
White with #FDA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3DB; }
p { color: rgb(253,163,219); }
H1.HeaderClassName
{
color: #FDA3DB;
}
.AnyTagClassName
{
color: #FDA3DB;
}
</style>
background-color css
<style>
a { background-color: #FDA3DB; }
a { background-color: rgb(253,163,219); }
div.DivClassName
{
background-color: #FDA3DB;
}
.BgClassName
{
background-color: #FDA3DB;
}
</style>
border-color css
<style>
span { border-color: #FDA3DB; }
span { border-color: rgb(253,163,219); }
td.TdClassName
{
border-color: #FDA3DB;
}
.TagClassName
{
border-color: #FDA3DB;
}
</style>