Shades of Lavender Rose #FD99D3
Tints of Lavender Rose #FD99D3
RGB
CMYK
RGB Variations
Color information
#FD99D3 (or 0xFD99D3) is known color: Lavender Rose. HEX triplet: FD, 99 and D3. RGB value is (253,153,211). Sum of RGB (Red+Green+Blue) = 253+153+211=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99D3 is #02662C. Grayscale: #BDBDBD. Windows color (decimal): -157229 or 13867517. OLE color: 13867517.
HSL color Cylindrical-coordinate representation of color #FD99D3: hue angle of 325.2º 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 #FD99D3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 211 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.01 |
| HSL | 325.2º | 0.96% | 0.8% | - |
| HSV(B) | 325.2º | 0.4% | 0.99% | - |
| XYZ | 63.66 | 48.37 | 67.61 | - |
| YUV | 189.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 211 | 0 | 0.40 | 0.17 | 0.01 | 325.2 | 0.96 | 0.8 |
| Hex | FD | 99 | D3 | 0 | 28 | 11 | 1 | 145 | 60 | 50 |
| Octal | 375 | 231 | 323 | 0 | 50 | 21 | 1 | 505 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11010011 | 0 | 101000 | 10001 | 1 | 101000101 | 1100000 | 1010000 |
Color Harmonies of #FD99D3
Complementary color
Monochromatic Colors of #FD99D3
Black with #FD99D3
Text Example
Text Example
White with #FD99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99D3; }
p { color: rgb(253,153,211); }
H1.HeaderClassName
{
color: #FD99D3;
}
.AnyTagClassName
{
color: #FD99D3;
}
</style>
background-color css
<style>
a { background-color: #FD99D3; }
a { background-color: rgb(253,153,211); }
div.DivClassName
{
background-color: #FD99D3;
}
.BgClassName
{
background-color: #FD99D3;
}
</style>
border-color css
<style>
span { border-color: #FD99D3; }
span { border-color: rgb(253,153,211); }
td.TdClassName
{
border-color: #FD99D3;
}
.TagClassName
{
border-color: #FD99D3;
}
</style>