Shades of Lavender Rose #FE99D3
Tints of Lavender Rose #FE99D3
RGB
CMYK
RGB Variations
Color information
#FE99D3 (or 0xFE99D3) is known color: Lavender Rose. HEX triplet: FE, 99 and D3. RGB value is (254,153,211). Sum of RGB (Red+Green+Blue) = 254+153+211=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99D3 is #01662C. Grayscale: #BDBDBD. Windows color (decimal): -91693 or 13867518. OLE color: 13867518.
HSL color Cylindrical-coordinate representation of color #FE99D3: hue angle of 325.54º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99D3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 211 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.00 |
| HSL | 325.54º | 0.98% | 0.8% | - |
| HSV(B) | 325.54º | 0.4% | 1% | - |
| XYZ | 64.02 | 48.56 | 67.63 | - |
| YUV | 189.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 211 | 0 | 0.40 | 0.17 | 0.00 | 325.54 | 0.98 | 0.8 |
| Hex | FE | 99 | D3 | 0 | 28 | 11 | 0 | 146 | 62 | 50 |
| Octal | 376 | 231 | 323 | 0 | 50 | 21 | 0 | 506 | 142 | 120 |
| Binary | 11111110 | 10011001 | 11010011 | 0 | 101000 | 10001 | 0 | 101000110 | 1100010 | 1010000 |
Color Harmonies of #FE99D3
Complementary color
Monochromatic Colors of #FE99D3
Black with #FE99D3
Text Example
Text Example
White with #FE99D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99D3; }
p { color: rgb(254,153,211); }
H1.HeaderClassName
{
color: #FE99D3;
}
.AnyTagClassName
{
color: #FE99D3;
}
</style>
background-color css
<style>
a { background-color: #FE99D3; }
a { background-color: rgb(254,153,211); }
div.DivClassName
{
background-color: #FE99D3;
}
.BgClassName
{
background-color: #FE99D3;
}
</style>
border-color css
<style>
span { border-color: #FE99D3; }
span { border-color: rgb(254,153,211); }
td.TdClassName
{
border-color: #FE99D3;
}
.TagClassName
{
border-color: #FE99D3;
}
</style>