Shades of Lavender Rose #FDA0F0
Tints of Lavender Rose #FDA0F0
RGB
CMYK
RGB Variations
Color information
#FDA0F0 (or 0xFDA0F0) is known color: Lavender Rose. HEX triplet: FD, A0 and F0. RGB value is (253,160,240). Sum of RGB (Red+Green+Blue) = 253+160+240=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0F0 is #025F0F. Grayscale: #C4C4C4. Windows color (decimal): -155408 or 15769853. OLE color: 15769853.
HSL color Cylindrical-coordinate representation of color #FDA0F0: hue angle of 308.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0F0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 240 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.01 |
| HSL | 308.39º | 0.96% | 0.81% | - |
| HSV(B) | 308.39º | 0.37% | 0.99% | - |
| XYZ | 68.81 | 52.32 | 88.91 | - |
| YUV | 196.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 240 | 0 | 0.37 | 0.05 | 0.01 | 308.39 | 0.96 | 0.81 |
| Hex | FD | A0 | F0 | 0 | 25 | 5 | 1 | 134 | 60 | 51 |
| Octal | 375 | 240 | 360 | 0 | 45 | 5 | 1 | 464 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11110000 | 0 | 100101 | 101 | 1 | 100110100 | 1100000 | 1010001 |
Color Harmonies of #FDA0F0
Complementary color
Monochromatic Colors of #FDA0F0
Black with #FDA0F0
Text Example
Text Example
White with #FDA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0F0; }
p { color: rgb(253,160,240); }
H1.HeaderClassName
{
color: #FDA0F0;
}
.AnyTagClassName
{
color: #FDA0F0;
}
</style>
background-color css
<style>
a { background-color: #FDA0F0; }
a { background-color: rgb(253,160,240); }
div.DivClassName
{
background-color: #FDA0F0;
}
.BgClassName
{
background-color: #FDA0F0;
}
</style>
border-color css
<style>
span { border-color: #FDA0F0; }
span { border-color: rgb(253,160,240); }
td.TdClassName
{
border-color: #FDA0F0;
}
.TagClassName
{
border-color: #FDA0F0;
}
</style>