Shades of Lavender Rose #FDA0F8
Tints of Lavender Rose #FDA0F8
RGB
CMYK
RGB Variations
Color information
#FDA0F8 (or 0xFDA0F8) is known color: Lavender Rose. HEX triplet: FD, A0 and F8. RGB value is (253,160,248). Sum of RGB (Red+Green+Blue) = 253+160+248=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 160 (62.89% from 255 or 24.21% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0F8 is #025F07. Grayscale: #C5C5C5. Windows color (decimal): -155400 or 16294141. OLE color: 16294141.
HSL color Cylindrical-coordinate representation of color #FDA0F8: hue angle of 303.23º 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 #FDA0F8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 248 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.01 |
| HSL | 303.23º | 0.96% | 0.81% | - |
| HSV(B) | 303.23º | 0.37% | 0.99% | - |
| XYZ | 70.02 | 52.8 | 95.31 | - |
| YUV | 197.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 248 | 0 | 0.37 | 0.02 | 0.01 | 303.23 | 0.96 | 0.81 |
| Hex | FD | A0 | F8 | 0 | 25 | 2 | 1 | 12F | 60 | 51 |
| Octal | 375 | 240 | 370 | 0 | 45 | 2 | 1 | 457 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11111000 | 0 | 100101 | 10 | 1 | 100101111 | 1100000 | 1010001 |
Color Harmonies of #FDA0F8
Complementary color
Monochromatic Colors of #FDA0F8
Black with #FDA0F8
Text Example
Text Example
White with #FDA0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0F8; }
p { color: rgb(253,160,248); }
H1.HeaderClassName
{
color: #FDA0F8;
}
.AnyTagClassName
{
color: #FDA0F8;
}
</style>
background-color css
<style>
a { background-color: #FDA0F8; }
a { background-color: rgb(253,160,248); }
div.DivClassName
{
background-color: #FDA0F8;
}
.BgClassName
{
background-color: #FDA0F8;
}
</style>
border-color css
<style>
span { border-color: #FDA0F8; }
span { border-color: rgb(253,160,248); }
td.TdClassName
{
border-color: #FDA0F8;
}
.TagClassName
{
border-color: #FDA0F8;
}
</style>