Shades of Lavender Rose #FD99DE
Tints of Lavender Rose #FD99DE
RGB
CMYK
RGB Variations
Color information
#FD99DE (or 0xFD99DE) is known color: Lavender Rose. HEX triplet: FD, 99 and DE. RGB value is (253,153,222). Sum of RGB (Red+Green+Blue) = 253+153+222=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99DE is #026621. Grayscale: #BEBEBE. Windows color (decimal): -157218 or 14588413. OLE color: 14588413.
HSL color Cylindrical-coordinate representation of color #FD99DE: hue angle of 318.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99DE is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 222 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.01 |
| HSL | 318.6º | 0.96% | 0.8% | - |
| HSV(B) | 318.6º | 0.4% | 0.99% | - |
| XYZ | 65.08 | 48.94 | 75.12 | - |
| YUV | 190.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 222 | 0 | 0.40 | 0.12 | 0.01 | 318.6 | 0.96 | 0.8 |
| Hex | FD | 99 | DE | 0 | 28 | C | 1 | 13F | 60 | 50 |
| Octal | 375 | 231 | 336 | 0 | 50 | 14 | 1 | 477 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11011110 | 0 | 101000 | 1100 | 1 | 100111111 | 1100000 | 1010000 |
Color Harmonies of #FD99DE
Complementary color
Monochromatic Colors of #FD99DE
Black with #FD99DE
Text Example
Text Example
White with #FD99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99DE; }
p { color: rgb(253,153,222); }
H1.HeaderClassName
{
color: #FD99DE;
}
.AnyTagClassName
{
color: #FD99DE;
}
</style>
background-color css
<style>
a { background-color: #FD99DE; }
a { background-color: rgb(253,153,222); }
div.DivClassName
{
background-color: #FD99DE;
}
.BgClassName
{
background-color: #FD99DE;
}
</style>
border-color css
<style>
span { border-color: #FD99DE; }
span { border-color: rgb(253,153,222); }
td.TdClassName
{
border-color: #FD99DE;
}
.TagClassName
{
border-color: #FD99DE;
}
</style>