Shades of Lavender Rose #FDA2ED
Tints of Lavender Rose #FDA2ED
RGB
CMYK
RGB Variations
Color information
#FDA2ED (or 0xFDA2ED) is known color: Lavender Rose. HEX triplet: FD, A2 and ED. RGB value is (253,162,237). Sum of RGB (Red+Green+Blue) = 253+162+237=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2ED is #025D12. Grayscale: #C5C5C5. Windows color (decimal): -154899 or 15573757. OLE color: 15573757.
HSL color Cylindrical-coordinate representation of color #FDA2ED: hue angle of 310.55º 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 #FDA2ED is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 162 | 237 | - |
CMYK | 0 | 0.36 | 0.06 | 0.01 |
HSL | 310.55º | 0.96% | 0.81% | - |
HSV(B) | 310.55º | 0.36% | 0.99% | - |
XYZ | 68.71 | 52.84 | 86.7 | - |
YUV | 197.76 | 150.15 | 167.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 162 | 237 | 0 | 0.36 | 0.06 | 0.01 | 310.55 | 0.96 | 0.81 |
Hex | FD | A2 | ED | 0 | 24 | 6 | 1 | 137 | 60 | 51 |
Octal | 375 | 242 | 355 | 0 | 44 | 6 | 1 | 467 | 140 | 121 |
Binary | 11111101 | 10100010 | 11101101 | 0 | 100100 | 110 | 1 | 100110111 | 1100000 | 1010001 |
Color Harmonies of #FDA2ED
Complementary color
Monochromatic Colors of #FDA2ED
Black with #FDA2ED
Text Example
Text Example
White with #FDA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2ED; }
p { color: rgb(253,162,237); }
H1.HeaderClassName
{
color: #FDA2ED;
}
.AnyTagClassName
{
color: #FDA2ED;
}
</style>
background-color css
<style>
a { background-color: #FDA2ED; }
a { background-color: rgb(253,162,237); }
div.DivClassName
{
background-color: #FDA2ED;
}
.BgClassName
{
background-color: #FDA2ED;
}
</style>
border-color css
<style>
span { border-color: #FDA2ED; }
span { border-color: rgb(253,162,237); }
td.TdClassName
{
border-color: #FDA2ED;
}
.TagClassName
{
border-color: #FDA2ED;
}
</style>