Shades of Lavender Rose #FDBBF2
Tints of Lavender Rose #FDBBF2
RGB
CMYK
RGB Variations
Color information
#FDBBF2 (or 0xFDBBF2) is known color: Lavender Rose. HEX triplet: FD, BB and F2. RGB value is (253,187,242). Sum of RGB (Red+Green+Blue) = 253+187+242=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBF2 is #02440D. Grayscale: #D4D4D4. Windows color (decimal): -148494 or 15907837. OLE color: 15907837.
HSL color Cylindrical-coordinate representation of color #FDBBF2: hue angle of 310º 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 #FDBBF2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 242 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.01 |
| HSL | 310º | 0.94% | 0.86% | - |
| HSV(B) | 310º | 0.26% | 0.99% | - |
| XYZ | 74.31 | 62.83 | 92.22 | - |
| YUV | 213 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 242 | 0 | 0.26 | 0.04 | 0.01 | 310 | 0.94 | 0.86 |
| Hex | FD | BB | F2 | 0 | 1A | 4 | 1 | 136 | 5E | 56 |
| Octal | 375 | 273 | 362 | 0 | 32 | 4 | 1 | 466 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11110010 | 0 | 11010 | 100 | 1 | 100110110 | 1011110 | 1010110 |
Color Harmonies of #FDBBF2
Complementary color
Monochromatic Colors of #FDBBF2
Black with #FDBBF2
Text Example
Text Example
White with #FDBBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBF2; }
p { color: rgb(253,187,242); }
H1.HeaderClassName
{
color: #FDBBF2;
}
.AnyTagClassName
{
color: #FDBBF2;
}
</style>
background-color css
<style>
a { background-color: #FDBBF2; }
a { background-color: rgb(253,187,242); }
div.DivClassName
{
background-color: #FDBBF2;
}
.BgClassName
{
background-color: #FDBBF2;
}
</style>
border-color css
<style>
span { border-color: #FDBBF2; }
span { border-color: rgb(253,187,242); }
td.TdClassName
{
border-color: #FDBBF2;
}
.TagClassName
{
border-color: #FDBBF2;
}
</style>