Shades of Lavender Rose #FDA6F0
Tints of Lavender Rose #FDA6F0
RGB
CMYK
RGB Variations
Color information
#FDA6F0 (or 0xFDA6F0) is known color: Lavender Rose. HEX triplet: FD, A6 and F0. RGB value is (253,166,240). Sum of RGB (Red+Green+Blue) = 253+166+240=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F0 is #02590F. Grayscale: #C8C8C8. Windows color (decimal): -153872 or 15771389. OLE color: 15771389.
HSL color Cylindrical-coordinate representation of color #FDA6F0: hue angle of 308.97º 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 #FDA6F0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 166 | 240 | - |
CMYK | 0 | 0.34 | 0.05 | 0.01 |
HSL | 308.97º | 0.96% | 0.82% | - |
HSV(B) | 308.97º | 0.34% | 0.99% | - |
XYZ | 69.87 | 54.45 | 89.26 | - |
YUV | 200.45 | 150.32 | 165.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 166 | 240 | 0 | 0.34 | 0.05 | 0.01 | 308.97 | 0.96 | 0.82 |
Hex | FD | A6 | F0 | 0 | 22 | 5 | 1 | 135 | 60 | 52 |
Octal | 375 | 246 | 360 | 0 | 42 | 5 | 1 | 465 | 140 | 122 |
Binary | 11111101 | 10100110 | 11110000 | 0 | 100010 | 101 | 1 | 100110101 | 1100000 | 1010010 |
Color Harmonies of #FDA6F0
Complementary color
Monochromatic Colors of #FDA6F0
Black with #FDA6F0
Text Example
Text Example
White with #FDA6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA6F0; }
p { color: rgb(253,166,240); }
H1.HeaderClassName
{
color: #FDA6F0;
}
.AnyTagClassName
{
color: #FDA6F0;
}
</style>
background-color css
<style>
a { background-color: #FDA6F0; }
a { background-color: rgb(253,166,240); }
div.DivClassName
{
background-color: #FDA6F0;
}
.BgClassName
{
background-color: #FDA6F0;
}
</style>
border-color css
<style>
span { border-color: #FDA6F0; }
span { border-color: rgb(253,166,240); }
td.TdClassName
{
border-color: #FDA6F0;
}
.TagClassName
{
border-color: #FDA6F0;
}
</style>