Shades of Lavender Rose #FDA8F9
Tints of Lavender Rose #FDA8F9
RGB
CMYK
RGB Variations
Color information
#FDA8F9 (or 0xFDA8F9) is known color: Lavender Rose. HEX triplet: FD, A8 and F9. RGB value is (253,168,249). Sum of RGB (Red+Green+Blue) = 253+168+249=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 168 (66.02% from 255 or 25.07% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F9 is #025706. Grayscale: #CACACA. Windows color (decimal): -153351 or 16361725. OLE color: 16361725.
HSL color Cylindrical-coordinate representation of color #FDA8F9: hue angle of 302.82º 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 #FDA8F9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 249 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.01 |
| HSL | 302.82º | 0.96% | 0.83% | - |
| HSV(B) | 302.82º | 0.34% | 0.99% | - |
| XYZ | 71.61 | 55.73 | 96.6 | - |
| YUV | 202.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 249 | 0 | 0.34 | 0.02 | 0.01 | 302.82 | 0.96 | 0.83 |
| Hex | FD | A8 | F9 | 0 | 22 | 2 | 1 | 12F | 60 | 53 |
| Octal | 375 | 250 | 371 | 0 | 42 | 2 | 1 | 457 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11111001 | 0 | 100010 | 10 | 1 | 100101111 | 1100000 | 1010011 |
Color Harmonies of #FDA8F9
Complementary color
Monochromatic Colors of #FDA8F9
Black with #FDA8F9
Text Example
Text Example
White with #FDA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8F9; }
p { color: rgb(253,168,249); }
H1.HeaderClassName
{
color: #FDA8F9;
}
.AnyTagClassName
{
color: #FDA8F9;
}
</style>
background-color css
<style>
a { background-color: #FDA8F9; }
a { background-color: rgb(253,168,249); }
div.DivClassName
{
background-color: #FDA8F9;
}
.BgClassName
{
background-color: #FDA8F9;
}
</style>
border-color css
<style>
span { border-color: #FDA8F9; }
span { border-color: rgb(253,168,249); }
td.TdClassName
{
border-color: #FDA8F9;
}
.TagClassName
{
border-color: #FDA8F9;
}
</style>