Shades of Lavender Rose #FDBBED
Tints of Lavender Rose #FDBBED
RGB
CMYK
RGB Variations
Color information
#FDBBED (or 0xFDBBED) is known color: Lavender Rose. HEX triplet: FD, BB and ED. RGB value is (253,187,237). Sum of RGB (Red+Green+Blue) = 253+187+237=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBED is #024412. Grayscale: #D4D4D4. Windows color (decimal): -148499 or 15580157. OLE color: 15580157.
HSL color Cylindrical-coordinate representation of color #FDBBED: hue angle of 314.55º 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 #FDBBED is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 237 | - |
CMYK | 0 | 0.26 | 0.06 | 0.01 |
HSL | 314.55º | 0.94% | 0.86% | - |
HSV(B) | 314.55º | 0.26% | 0.99% | - |
XYZ | 73.56 | 62.54 | 88.31 | - |
YUV | 212.43 | 141.87 | 156.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 237 | 0 | 0.26 | 0.06 | 0.01 | 314.55 | 0.94 | 0.86 |
Hex | FD | BB | ED | 0 | 1A | 6 | 1 | 13B | 5E | 56 |
Octal | 375 | 273 | 355 | 0 | 32 | 6 | 1 | 473 | 136 | 126 |
Binary | 11111101 | 10111011 | 11101101 | 0 | 11010 | 110 | 1 | 100111011 | 1011110 | 1010110 |
Color Harmonies of #FDBBED
Complementary color
Monochromatic Colors of #FDBBED
Black with #FDBBED
Text Example
Text Example
White with #FDBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBED; }
p { color: rgb(253,187,237); }
H1.HeaderClassName
{
color: #FDBBED;
}
.AnyTagClassName
{
color: #FDBBED;
}
</style>
background-color css
<style>
a { background-color: #FDBBED; }
a { background-color: rgb(253,187,237); }
div.DivClassName
{
background-color: #FDBBED;
}
.BgClassName
{
background-color: #FDBBED;
}
</style>
border-color css
<style>
span { border-color: #FDBBED; }
span { border-color: rgb(253,187,237); }
td.TdClassName
{
border-color: #FDBBED;
}
.TagClassName
{
border-color: #FDBBED;
}
</style>