Shades of Lavender Rose #FDA1DA
Tints of Lavender Rose #FDA1DA
RGB
CMYK
RGB Variations
Color information
#FDA1DA (or 0xFDA1DA) is known color: Lavender Rose. HEX triplet: FD, A1 and DA. RGB value is (253,161,218). Sum of RGB (Red+Green+Blue) = 253+161+218=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1DA is #025E25. Grayscale: #C2C2C2. Windows color (decimal): -155174 or 14328317. OLE color: 14328317.
HSL color Cylindrical-coordinate representation of color #FDA1DA: hue angle of 322.83º 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 #FDA1DA is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 161 | 218 | - |
CMYK | 0 | 0.36 | 0.14 | 0.01 |
HSL | 322.83º | 0.96% | 0.81% | - |
HSV(B) | 322.83º | 0.36% | 0.99% | - |
XYZ | 65.91 | 51.43 | 72.78 | - |
YUV | 195.01 | 140.98 | 169.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 161 | 218 | 0 | 0.36 | 0.14 | 0.01 | 322.83 | 0.96 | 0.81 |
Hex | FD | A1 | DA | 0 | 24 | E | 1 | 143 | 60 | 51 |
Octal | 375 | 241 | 332 | 0 | 44 | 16 | 1 | 503 | 140 | 121 |
Binary | 11111101 | 10100001 | 11011010 | 0 | 100100 | 1110 | 1 | 101000011 | 1100000 | 1010001 |
Color Harmonies of #FDA1DA
Complementary color
Monochromatic Colors of #FDA1DA
Black with #FDA1DA
Text Example
Text Example
White with #FDA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1DA; }
p { color: rgb(253,161,218); }
H1.HeaderClassName
{
color: #FDA1DA;
}
.AnyTagClassName
{
color: #FDA1DA;
}
</style>
background-color css
<style>
a { background-color: #FDA1DA; }
a { background-color: rgb(253,161,218); }
div.DivClassName
{
background-color: #FDA1DA;
}
.BgClassName
{
background-color: #FDA1DA;
}
</style>
border-color css
<style>
span { border-color: #FDA1DA; }
span { border-color: rgb(253,161,218); }
td.TdClassName
{
border-color: #FDA1DA;
}
.TagClassName
{
border-color: #FDA1DA;
}
</style>