Shades of Lavender Rose #FDA7DB
Tints of Lavender Rose #FDA7DB
RGB
CMYK
RGB Variations
Color information
#FDA7DB (or 0xFDA7DB) is known color: Lavender Rose. HEX triplet: FD, A7 and DB. RGB value is (253,167,219). Sum of RGB (Red+Green+Blue) = 253+167+219=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7DB is #025824. Grayscale: #C6C6C6. Windows color (decimal): -153637 or 14395389. OLE color: 14395389.
HSL color Cylindrical-coordinate representation of color #FDA7DB: hue angle of 323.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7DB is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 219 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.01 |
| HSL | 323.72º | 0.96% | 0.82% | - |
| HSV(B) | 323.72º | 0.34% | 0.99% | - |
| XYZ | 67.11 | 53.63 | 73.83 | - |
| YUV | 198.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 219 | 0 | 0.34 | 0.13 | 0.01 | 323.72 | 0.96 | 0.82 |
| Hex | FD | A7 | DB | 0 | 22 | D | 1 | 144 | 60 | 52 |
| Octal | 375 | 247 | 333 | 0 | 42 | 15 | 1 | 504 | 140 | 122 |
| Binary | 11111101 | 10100111 | 11011011 | 0 | 100010 | 1101 | 1 | 101000100 | 1100000 | 1010010 |
Color Harmonies of #FDA7DB
Complementary color
Monochromatic Colors of #FDA7DB
Black with #FDA7DB
Text Example
Text Example
White with #FDA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7DB; }
p { color: rgb(253,167,219); }
H1.HeaderClassName
{
color: #FDA7DB;
}
.AnyTagClassName
{
color: #FDA7DB;
}
</style>
background-color css
<style>
a { background-color: #FDA7DB; }
a { background-color: rgb(253,167,219); }
div.DivClassName
{
background-color: #FDA7DB;
}
.BgClassName
{
background-color: #FDA7DB;
}
</style>
border-color css
<style>
span { border-color: #FDA7DB; }
span { border-color: rgb(253,167,219); }
td.TdClassName
{
border-color: #FDA7DB;
}
.TagClassName
{
border-color: #FDA7DB;
}
</style>