Shades of Lavender Rose #FDA6F5
Tints of Lavender Rose #FDA6F5
RGB
CMYK
RGB Variations
Color information
#FDA6F5 (or 0xFDA6F5) is known color: Lavender Rose. HEX triplet: FD, A6 and F5. RGB value is (253,166,245). Sum of RGB (Red+Green+Blue) = 253+166+245=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F5 is #02590A. Grayscale: #C8C8C8. Windows color (decimal): -153867 or 16099069. OLE color: 16099069.
HSL color Cylindrical-coordinate representation of color #FDA6F5: hue angle of 305.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA6F5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 245 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.01 |
| HSL | 305.52º | 0.96% | 0.82% | - |
| HSV(B) | 305.52º | 0.34% | 0.99% | - |
| XYZ | 70.63 | 54.75 | 93.23 | - |
| YUV | 201.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 245 | 0 | 0.34 | 0.03 | 0.01 | 305.52 | 0.96 | 0.82 |
| Hex | FD | A6 | F5 | 0 | 22 | 3 | 1 | 132 | 60 | 52 |
| Octal | 375 | 246 | 365 | 0 | 42 | 3 | 1 | 462 | 140 | 122 |
| Binary | 11111101 | 10100110 | 11110101 | 0 | 100010 | 11 | 1 | 100110010 | 1100000 | 1010010 |
Color Harmonies of #FDA6F5
Complementary color
Monochromatic Colors of #FDA6F5
Black with #FDA6F5
Text Example
Text Example
White with #FDA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6F5; }
p { color: rgb(253,166,245); }
H1.HeaderClassName
{
color: #FDA6F5;
}
.AnyTagClassName
{
color: #FDA6F5;
}
</style>
background-color css
<style>
a { background-color: #FDA6F5; }
a { background-color: rgb(253,166,245); }
div.DivClassName
{
background-color: #FDA6F5;
}
.BgClassName
{
background-color: #FDA6F5;
}
</style>
border-color css
<style>
span { border-color: #FDA6F5; }
span { border-color: rgb(253,166,245); }
td.TdClassName
{
border-color: #FDA6F5;
}
.TagClassName
{
border-color: #FDA6F5;
}
</style>