Shades of Lavender Rose #FDA5F0
Tints of Lavender Rose #FDA5F0
RGB
CMYK
RGB Variations
Color information
#FDA5F0 (or 0xFDA5F0) is known color: Lavender Rose. HEX triplet: FD, A5 and F0. RGB value is (253,165,240). Sum of RGB (Red+Green+Blue) = 253+165+240=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5F0 is #025A0F. Grayscale: #C7C7C7. Windows color (decimal): -154128 or 15771133. OLE color: 15771133.
HSL color Cylindrical-coordinate representation of color #FDA5F0: hue angle of 308.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5F0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 240 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.01 |
| HSL | 308.86º | 0.96% | 0.82% | - |
| HSV(B) | 308.86º | 0.35% | 0.99% | - |
| XYZ | 69.69 | 54.08 | 89.2 | - |
| YUV | 199.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 240 | 0 | 0.35 | 0.05 | 0.01 | 308.86 | 0.96 | 0.82 |
| Hex | FD | A5 | F0 | 0 | 23 | 5 | 1 | 135 | 60 | 52 |
| Octal | 375 | 245 | 360 | 0 | 43 | 5 | 1 | 465 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11110000 | 0 | 100011 | 101 | 1 | 100110101 | 1100000 | 1010010 |
Color Harmonies of #FDA5F0
Complementary color
Monochromatic Colors of #FDA5F0
Black with #FDA5F0
Text Example
Text Example
White with #FDA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5F0; }
p { color: rgb(253,165,240); }
H1.HeaderClassName
{
color: #FDA5F0;
}
.AnyTagClassName
{
color: #FDA5F0;
}
</style>
background-color css
<style>
a { background-color: #FDA5F0; }
a { background-color: rgb(253,165,240); }
div.DivClassName
{
background-color: #FDA5F0;
}
.BgClassName
{
background-color: #FDA5F0;
}
</style>
border-color css
<style>
span { border-color: #FDA5F0; }
span { border-color: rgb(253,165,240); }
td.TdClassName
{
border-color: #FDA5F0;
}
.TagClassName
{
border-color: #FDA5F0;
}
</style>