Shades of Lavender Rose #FDBBE8
Tints of Lavender Rose #FDBBE8
RGB
CMYK
RGB Variations
Color information
#FDBBE8 (or 0xFDBBE8) is known color: Lavender Rose. HEX triplet: FD, BB and E8. RGB value is (253,187,232). Sum of RGB (Red+Green+Blue) = 253+187+232=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBE8 is #024417. Grayscale: #D3D3D3. Windows color (decimal): -148504 or 15252477. OLE color: 15252477.
HSL color Cylindrical-coordinate representation of color #FDBBE8: hue angle of 319.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBE8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 232 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.01 |
| HSL | 319.09º | 0.94% | 0.86% | - |
| HSV(B) | 319.09º | 0.26% | 0.99% | - |
| XYZ | 72.84 | 62.25 | 84.52 | - |
| YUV | 211.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 232 | 0 | 0.26 | 0.08 | 0.01 | 319.09 | 0.94 | 0.86 |
| Hex | FD | BB | E8 | 0 | 1A | 8 | 1 | 13F | 5E | 56 |
| Octal | 375 | 273 | 350 | 0 | 32 | 10 | 1 | 477 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11101000 | 0 | 11010 | 1000 | 1 | 100111111 | 1011110 | 1010110 |
Color Harmonies of #FDBBE8
Complementary color
Monochromatic Colors of #FDBBE8
Black with #FDBBE8
Text Example
Text Example
White with #FDBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBE8; }
p { color: rgb(253,187,232); }
H1.HeaderClassName
{
color: #FDBBE8;
}
.AnyTagClassName
{
color: #FDBBE8;
}
</style>
background-color css
<style>
a { background-color: #FDBBE8; }
a { background-color: rgb(253,187,232); }
div.DivClassName
{
background-color: #FDBBE8;
}
.BgClassName
{
background-color: #FDBBE8;
}
</style>
border-color css
<style>
span { border-color: #FDBBE8; }
span { border-color: rgb(253,187,232); }
td.TdClassName
{
border-color: #FDBBE8;
}
.TagClassName
{
border-color: #FDBBE8;
}
</style>