Shades of Lavender Rose #FDA1DB
Tints of Lavender Rose #FDA1DB
RGB
CMYK
RGB Variations
Color information
#FDA1DB (or 0xFDA1DB) is known color: Lavender Rose. HEX triplet: FD, A1 and DB. RGB value is (253,161,219). Sum of RGB (Red+Green+Blue) = 253+161+219=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1DB is #025E24. Grayscale: #C2C2C2. Windows color (decimal): -155173 or 14393853. OLE color: 14393853.
HSL color Cylindrical-coordinate representation of color #FDA1DB: hue angle of 322.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1DB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 219 | - |
CMYK | 0 | 0.36 | 0.13 | 0.01 |
HSL | 322.17º | 0.96% | 0.81% | - |
HSV(B) | 322.17º | 0.36% | 0.99% | - |
XYZ | 66.04 | 51.49 | 73.48 | - |
YUV | 195.12 | 141.48 | 169.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 219 | 0 | 0.36 | 0.13 | 0.01 | 322.17 | 0.96 | 0.81 |
Hex | FD | A1 | DB | 0 | 24 | D | 1 | 142 | 60 | 51 |
Octal | 375 | 241 | 333 | 0 | 44 | 15 | 1 | 502 | 140 | 121 |
Binary | 11111101 | 10100001 | 11011011 | 0 | 100100 | 1101 | 1 | 101000010 | 1100000 | 1010001 |
Color Harmonies of #FDA1DB
Complementary color
Monochromatic Colors of #FDA1DB
Black with #FDA1DB
Text Example
Text Example
White with #FDA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1DB; }
p { color: rgb(253,161,219); }
H1.HeaderClassName
{
color: #FDA1DB;
}
.AnyTagClassName
{
color: #FDA1DB;
}
</style>
background-color css
<style>
a { background-color: #FDA1DB; }
a { background-color: rgb(253,161,219); }
div.DivClassName
{
background-color: #FDA1DB;
}
.BgClassName
{
background-color: #FDA1DB;
}
</style>
border-color css
<style>
span { border-color: #FDA1DB; }
span { border-color: rgb(253,161,219); }
td.TdClassName
{
border-color: #FDA1DB;
}
.TagClassName
{
border-color: #FDA1DB;
}
</style>