Shades of Lavender Rose #FDB0E4
Tints of Lavender Rose #FDB0E4
RGB
CMYK
RGB Variations
Color information
#FDB0E4 (or 0xFDB0E4) is known color: Lavender Rose. HEX triplet: FD, B0 and E4. RGB value is (253,176,228). Sum of RGB (Red+Green+Blue) = 253+176+228=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0E4 is #024F1B. Grayscale: #CCCCCC. Windows color (decimal): -151324 or 14987517. OLE color: 14987517.
HSL color Cylindrical-coordinate representation of color #FDB0E4: hue angle of 319.48º 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 #FDB0E4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 228 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.01 |
| HSL | 319.48º | 0.95% | 0.84% | - |
| HSV(B) | 319.48º | 0.3% | 0.99% | - |
| XYZ | 70.04 | 57.53 | 80.81 | - |
| YUV | 204.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 228 | 0 | 0.30 | 0.10 | 0.01 | 319.48 | 0.95 | 0.84 |
| Hex | FD | B0 | E4 | 0 | 1E | A | 1 | 13F | 5F | 54 |
| Octal | 375 | 260 | 344 | 0 | 36 | 12 | 1 | 477 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11100100 | 0 | 11110 | 1010 | 1 | 100111111 | 1011111 | 1010100 |
Color Harmonies of #FDB0E4
Complementary color
Monochromatic Colors of #FDB0E4
Black with #FDB0E4
Text Example
Text Example
White with #FDB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0E4; }
p { color: rgb(253,176,228); }
H1.HeaderClassName
{
color: #FDB0E4;
}
.AnyTagClassName
{
color: #FDB0E4;
}
</style>
background-color css
<style>
a { background-color: #FDB0E4; }
a { background-color: rgb(253,176,228); }
div.DivClassName
{
background-color: #FDB0E4;
}
.BgClassName
{
background-color: #FDB0E4;
}
</style>
border-color css
<style>
span { border-color: #FDB0E4; }
span { border-color: rgb(253,176,228); }
td.TdClassName
{
border-color: #FDB0E4;
}
.TagClassName
{
border-color: #FDB0E4;
}
</style>