Shades of Lavender Rose #FDA8F6
Tints of Lavender Rose #FDA8F6
RGB
CMYK
RGB Variations
Color information
#FDA8F6 (or 0xFDA8F6) is known color: Lavender Rose. HEX triplet: FD, A8 and F6. RGB value is (253,168,246). Sum of RGB (Red+Green+Blue) = 253+168+246=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F6 is #025709. Grayscale: #CACACA. Windows color (decimal): -153354 or 16165117. OLE color: 16165117.
HSL color Cylindrical-coordinate representation of color #FDA8F6: hue angle of 304.94º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8F6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 246 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.01 |
| HSL | 304.94º | 0.96% | 0.83% | - |
| HSV(B) | 304.94º | 0.34% | 0.99% | - |
| XYZ | 71.15 | 55.54 | 94.16 | - |
| YUV | 202.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 246 | 0 | 0.34 | 0.03 | 0.01 | 304.94 | 0.96 | 0.83 |
| Hex | FD | A8 | F6 | 0 | 22 | 3 | 1 | 131 | 60 | 53 |
| Octal | 375 | 250 | 366 | 0 | 42 | 3 | 1 | 461 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11110110 | 0 | 100010 | 11 | 1 | 100110001 | 1100000 | 1010011 |
Color Harmonies of #FDA8F6
Complementary color
Monochromatic Colors of #FDA8F6
Black with #FDA8F6
Text Example
Text Example
White with #FDA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8F6; }
p { color: rgb(253,168,246); }
H1.HeaderClassName
{
color: #FDA8F6;
}
.AnyTagClassName
{
color: #FDA8F6;
}
</style>
background-color css
<style>
a { background-color: #FDA8F6; }
a { background-color: rgb(253,168,246); }
div.DivClassName
{
background-color: #FDA8F6;
}
.BgClassName
{
background-color: #FDA8F6;
}
</style>
border-color css
<style>
span { border-color: #FDA8F6; }
span { border-color: rgb(253,168,246); }
td.TdClassName
{
border-color: #FDA8F6;
}
.TagClassName
{
border-color: #FDA8F6;
}
</style>