Shades of Lavender Rose #FDBBFC
Tints of Lavender Rose #FDBBFC
RGB
CMYK
RGB Variations
Color information
#FDBBFC (or 0xFDBBFC) is known color: Lavender Rose. HEX triplet: FD, BB and FC. RGB value is (253,187,252). Sum of RGB (Red+Green+Blue) = 253+187+252=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 187 (73.44% from 255 or 27.02% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBBFC is #024403. Grayscale: #D5D5D5. Windows color (decimal): -148484 or 16563197. OLE color: 16563197.
HSL color Cylindrical-coordinate representation of color #FDBBFC: hue angle of 300.91º 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 #FDBBFC is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 252 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.01 |
| HSL | 300.91º | 0.94% | 0.86% | - |
| HSV(B) | 300.91º | 0.26% | 0.99% | - |
| XYZ | 75.85 | 63.45 | 100.35 | - |
| YUV | 214.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 252 | 0 | 0.26 | 0.00 | 0.01 | 300.91 | 0.94 | 0.86 |
| Hex | FD | BB | FC | 0 | 1A | 0 | 1 | 12D | 5E | 56 |
| Octal | 375 | 273 | 374 | 0 | 32 | 0 | 1 | 455 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11111100 | 0 | 11010 | 0 | 1 | 100101101 | 1011110 | 1010110 |
Color Harmonies of #FDBBFC
Complementary color
Monochromatic Colors of #FDBBFC
Black with #FDBBFC
Text Example
Text Example
White with #FDBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBFC; }
p { color: rgb(253,187,252); }
H1.HeaderClassName
{
color: #FDBBFC;
}
.AnyTagClassName
{
color: #FDBBFC;
}
</style>
background-color css
<style>
a { background-color: #FDBBFC; }
a { background-color: rgb(253,187,252); }
div.DivClassName
{
background-color: #FDBBFC;
}
.BgClassName
{
background-color: #FDBBFC;
}
</style>
border-color css
<style>
span { border-color: #FDBBFC; }
span { border-color: rgb(253,187,252); }
td.TdClassName
{
border-color: #FDBBFC;
}
.TagClassName
{
border-color: #FDBBFC;
}
</style>