Shades of Lavender Rose #FDB0E0
Tints of Lavender Rose #FDB0E0
RGB
CMYK
RGB Variations
Color information
#FDB0E0 (or 0xFDB0E0) is known color: Lavender Rose. HEX triplet: FD, B0 and E0. RGB value is (253,176,224). Sum of RGB (Red+Green+Blue) = 253+176+224=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0E0 is #024F1F. Grayscale: #CCCCCC. Windows color (decimal): -151328 or 14725373. OLE color: 14725373.
HSL color Cylindrical-coordinate representation of color #FDB0E0: hue angle of 322.6º 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 #FDB0E0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 224 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.01 |
| HSL | 322.6º | 0.95% | 0.84% | - |
| HSV(B) | 322.6º | 0.3% | 0.99% | - |
| XYZ | 69.49 | 57.32 | 77.92 | - |
| YUV | 204.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 224 | 0 | 0.30 | 0.11 | 0.01 | 322.6 | 0.95 | 0.84 |
| Hex | FD | B0 | E0 | 0 | 1E | B | 1 | 143 | 5F | 54 |
| Octal | 375 | 260 | 340 | 0 | 36 | 13 | 1 | 503 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11100000 | 0 | 11110 | 1011 | 1 | 101000011 | 1011111 | 1010100 |
Color Harmonies of #FDB0E0
Complementary color
Monochromatic Colors of #FDB0E0
Black with #FDB0E0
Text Example
Text Example
White with #FDB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0E0; }
p { color: rgb(253,176,224); }
H1.HeaderClassName
{
color: #FDB0E0;
}
.AnyTagClassName
{
color: #FDB0E0;
}
</style>
background-color css
<style>
a { background-color: #FDB0E0; }
a { background-color: rgb(253,176,224); }
div.DivClassName
{
background-color: #FDB0E0;
}
.BgClassName
{
background-color: #FDB0E0;
}
</style>
border-color css
<style>
span { border-color: #FDB0E0; }
span { border-color: rgb(253,176,224); }
td.TdClassName
{
border-color: #FDB0E0;
}
.TagClassName
{
border-color: #FDB0E0;
}
</style>