Shades of Lavender Rose #FDBBF7
Tints of Lavender Rose #FDBBF7
RGB
CMYK
RGB Variations
Color information
#FDBBF7 (or 0xFDBBF7) is known color: Lavender Rose. HEX triplet: FD, BB and F7. RGB value is (253,187,247). Sum of RGB (Red+Green+Blue) = 253+187+247=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBF7 is #024408. Grayscale: #D5D5D5. Windows color (decimal): -148489 or 16235517. OLE color: 16235517.
HSL color Cylindrical-coordinate representation of color #FDBBF7: hue angle of 305.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 #FDBBF7 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 247 | - |
CMYK | 0 | 0.26 | 0.02 | 0.01 |
HSL | 305.45º | 0.94% | 0.86% | - |
HSV(B) | 305.45º | 0.26% | 0.99% | - |
XYZ | 75.07 | 63.14 | 96.23 | - |
YUV | 213.57 | 146.87 | 156.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 247 | 0 | 0.26 | 0.02 | 0.01 | 305.45 | 0.94 | 0.86 |
Hex | FD | BB | F7 | 0 | 1A | 2 | 1 | 131 | 5E | 56 |
Octal | 375 | 273 | 367 | 0 | 32 | 2 | 1 | 461 | 136 | 126 |
Binary | 11111101 | 10111011 | 11110111 | 0 | 11010 | 10 | 1 | 100110001 | 1011110 | 1010110 |
Color Harmonies of #FDBBF7
Complementary color
Monochromatic Colors of #FDBBF7
Black with #FDBBF7
Text Example
Text Example
White with #FDBBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBF7; }
p { color: rgb(253,187,247); }
H1.HeaderClassName
{
color: #FDBBF7;
}
.AnyTagClassName
{
color: #FDBBF7;
}
</style>
background-color css
<style>
a { background-color: #FDBBF7; }
a { background-color: rgb(253,187,247); }
div.DivClassName
{
background-color: #FDBBF7;
}
.BgClassName
{
background-color: #FDBBF7;
}
</style>
border-color css
<style>
span { border-color: #FDBBF7; }
span { border-color: rgb(253,187,247); }
td.TdClassName
{
border-color: #FDBBF7;
}
.TagClassName
{
border-color: #FDBBF7;
}
</style>