Shades of Lavender Rose #FDB0E2
Tints of Lavender Rose #FDB0E2
RGB
CMYK
RGB Variations
Color information
#FDB0E2 (or 0xFDB0E2) is known color: Lavender Rose. HEX triplet: FD, B0 and E2. RGB value is (253,176,226). Sum of RGB (Red+Green+Blue) = 253+176+226=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0E2 is #024F1D. Grayscale: #CCCCCC. Windows color (decimal): -151326 or 14856445. OLE color: 14856445.
HSL color Cylindrical-coordinate representation of color #FDB0E2: hue angle of 321.04º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0E2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 226 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.01 |
| HSL | 321.04º | 0.95% | 0.84% | - |
| HSV(B) | 321.04º | 0.3% | 0.99% | - |
| XYZ | 69.76 | 57.42 | 79.36 | - |
| YUV | 204.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 226 | 0 | 0.30 | 0.11 | 0.01 | 321.04 | 0.95 | 0.84 |
| Hex | FD | B0 | E2 | 0 | 1E | B | 1 | 141 | 5F | 54 |
| Octal | 375 | 260 | 342 | 0 | 36 | 13 | 1 | 501 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11100010 | 0 | 11110 | 1011 | 1 | 101000001 | 1011111 | 1010100 |
Color Harmonies of #FDB0E2
Complementary color
Monochromatic Colors of #FDB0E2
Black with #FDB0E2
Text Example
Text Example
White with #FDB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0E2; }
p { color: rgb(253,176,226); }
H1.HeaderClassName
{
color: #FDB0E2;
}
.AnyTagClassName
{
color: #FDB0E2;
}
</style>
background-color css
<style>
a { background-color: #FDB0E2; }
a { background-color: rgb(253,176,226); }
div.DivClassName
{
background-color: #FDB0E2;
}
.BgClassName
{
background-color: #FDB0E2;
}
</style>
border-color css
<style>
span { border-color: #FDB0E2; }
span { border-color: rgb(253,176,226); }
td.TdClassName
{
border-color: #FDB0E2;
}
.TagClassName
{
border-color: #FDB0E2;
}
</style>