Shades of Lavender Rose #FDA5DB
Tints of Lavender Rose #FDA5DB
RGB
CMYK
RGB Variations
Color information
#FDA5DB (or 0xFDA5DB) is known color: Lavender Rose. HEX triplet: FD, A5 and DB. RGB value is (253,165,219). Sum of RGB (Red+Green+Blue) = 253+165+219=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5DB is #025A24. Grayscale: #C5C5C5. Windows color (decimal): -154149 or 14394877. OLE color: 14394877.
HSL color Cylindrical-coordinate representation of color #FDA5DB: hue angle of 323.18º 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 #FDA5DB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 165 | 219 | - |
CMYK | 0 | 0.35 | 0.13 | 0.01 |
HSL | 323.18º | 0.96% | 0.82% | - |
HSV(B) | 323.18º | 0.35% | 0.99% | - |
XYZ | 66.75 | 52.91 | 73.71 | - |
YUV | 197.47 | 140.15 | 167.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 165 | 219 | 0 | 0.35 | 0.13 | 0.01 | 323.18 | 0.96 | 0.82 |
Hex | FD | A5 | DB | 0 | 23 | D | 1 | 143 | 60 | 52 |
Octal | 375 | 245 | 333 | 0 | 43 | 15 | 1 | 503 | 140 | 122 |
Binary | 11111101 | 10100101 | 11011011 | 0 | 100011 | 1101 | 1 | 101000011 | 1100000 | 1010010 |
Color Harmonies of #FDA5DB
Complementary color
Monochromatic Colors of #FDA5DB
Black with #FDA5DB
Text Example
Text Example
White with #FDA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5DB; }
p { color: rgb(253,165,219); }
H1.HeaderClassName
{
color: #FDA5DB;
}
.AnyTagClassName
{
color: #FDA5DB;
}
</style>
background-color css
<style>
a { background-color: #FDA5DB; }
a { background-color: rgb(253,165,219); }
div.DivClassName
{
background-color: #FDA5DB;
}
.BgClassName
{
background-color: #FDA5DB;
}
</style>
border-color css
<style>
span { border-color: #FDA5DB; }
span { border-color: rgb(253,165,219); }
td.TdClassName
{
border-color: #FDA5DB;
}
.TagClassName
{
border-color: #FDA5DB;
}
</style>