Shades of Lavender Rose #FDA0F6
Tints of Lavender Rose #FDA0F6
RGB
CMYK
RGB Variations
Color information
#FDA0F6 (or 0xFDA0F6) is known color: Lavender Rose. HEX triplet: FD, A0 and F6. RGB value is (253,160,246). Sum of RGB (Red+Green+Blue) = 253+160+246=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA0F6 is #025F09. Grayscale: #C5C5C5. Windows color (decimal): -155402 or 16163069. OLE color: 16163069.
HSL color Cylindrical-coordinate representation of color #FDA0F6: hue angle of 304.52º 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 #FDA0F6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 246 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.01 |
| HSL | 304.52º | 0.96% | 0.81% | - |
| HSV(B) | 304.52º | 0.37% | 0.99% | - |
| XYZ | 69.71 | 52.68 | 93.68 | - |
| YUV | 197.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 246 | 0 | 0.37 | 0.03 | 0.01 | 304.52 | 0.96 | 0.81 |
| Hex | FD | A0 | F6 | 0 | 25 | 3 | 1 | 131 | 60 | 51 |
| Octal | 375 | 240 | 366 | 0 | 45 | 3 | 1 | 461 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11110110 | 0 | 100101 | 11 | 1 | 100110001 | 1100000 | 1010001 |
Color Harmonies of #FDA0F6
Complementary color
Monochromatic Colors of #FDA0F6
Black with #FDA0F6
Text Example
Text Example
White with #FDA0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0F6; }
p { color: rgb(253,160,246); }
H1.HeaderClassName
{
color: #FDA0F6;
}
.AnyTagClassName
{
color: #FDA0F6;
}
</style>
background-color css
<style>
a { background-color: #FDA0F6; }
a { background-color: rgb(253,160,246); }
div.DivClassName
{
background-color: #FDA0F6;
}
.BgClassName
{
background-color: #FDA0F6;
}
</style>
border-color css
<style>
span { border-color: #FDA0F6; }
span { border-color: rgb(253,160,246); }
td.TdClassName
{
border-color: #FDA0F6;
}
.TagClassName
{
border-color: #FDA0F6;
}
</style>