Shades of Lavender Rose #FDBBEC
Tints of Lavender Rose #FDBBEC
RGB
CMYK
RGB Variations
Color information
#FDBBEC (or 0xFDBBEC) is known color: Lavender Rose. HEX triplet: FD, BB and EC. RGB value is (253,187,236). Sum of RGB (Red+Green+Blue) = 253+187+236=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBEC is #024413. Grayscale: #D4D4D4. Windows color (decimal): -148500 or 15514621. OLE color: 15514621.
HSL color Cylindrical-coordinate representation of color #FDBBEC: hue angle of 315.45º 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 #FDBBEC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 236 | - |
CMYK | 0 | 0.26 | 0.07 | 0.01 |
HSL | 315.45º | 0.94% | 0.86% | - |
HSV(B) | 315.45º | 0.26% | 0.99% | - |
XYZ | 73.42 | 62.48 | 87.55 | - |
YUV | 212.32 | 141.37 | 157.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 236 | 0 | 0.26 | 0.07 | 0.01 | 315.45 | 0.94 | 0.86 |
Hex | FD | BB | EC | 0 | 1A | 7 | 1 | 13B | 5E | 56 |
Octal | 375 | 273 | 354 | 0 | 32 | 7 | 1 | 473 | 136 | 126 |
Binary | 11111101 | 10111011 | 11101100 | 0 | 11010 | 111 | 1 | 100111011 | 1011110 | 1010110 |
Color Harmonies of #FDBBEC
Complementary color
Monochromatic Colors of #FDBBEC
Black with #FDBBEC
Text Example
Text Example
White with #FDBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBEC; }
p { color: rgb(253,187,236); }
H1.HeaderClassName
{
color: #FDBBEC;
}
.AnyTagClassName
{
color: #FDBBEC;
}
</style>
background-color css
<style>
a { background-color: #FDBBEC; }
a { background-color: rgb(253,187,236); }
div.DivClassName
{
background-color: #FDBBEC;
}
.BgClassName
{
background-color: #FDBBEC;
}
</style>
border-color css
<style>
span { border-color: #FDBBEC; }
span { border-color: rgb(253,187,236); }
td.TdClassName
{
border-color: #FDBBEC;
}
.TagClassName
{
border-color: #FDBBEC;
}
</style>