Shades of Cherub #FBD2DB
Tints of Cherub #FBD2DB
RGB
CMYK
RGB Variations
Color information
#FBD2DB (or 0xFBD2DB) is known color: Cherub. HEX triplet: FB, D2 and DB. RGB value is (251,210,219). Sum of RGB (Red+Green+Blue) = 251+210+219=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2DB is #042D24. Grayscale: #DFDFDF. Windows color (decimal): -273701 or 14406395. OLE color: 14406395.
HSL color Cylindrical-coordinate representation of color #FBD2DB: hue angle of 346.83º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD2DB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 219 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.02 |
| HSL | 346.83º | 0.84% | 0.9% | - |
| HSV(B) | 346.83º | 0.16% | 0.98% | - |
| XYZ | 75.62 | 71.72 | 76.88 | - |
| YUV | 223.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 219 | 0 | 0.16 | 0.13 | 0.02 | 346.83 | 0.84 | 0.9 |
| Hex | FB | D2 | DB | 0 | 10 | D | 2 | 15B | 54 | 5A |
| Octal | 373 | 322 | 333 | 0 | 20 | 15 | 2 | 533 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11011011 | 0 | 10000 | 1101 | 10 | 101011011 | 1010100 | 1011010 |
Color Harmonies of #FBD2DB
Complementary color
Monochromatic Colors of #FBD2DB
Black with #FBD2DB
Text Example
Text Example
White with #FBD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2DB; }
p { color: rgb(251,210,219); }
H1.HeaderClassName
{
color: #FBD2DB;
}
.AnyTagClassName
{
color: #FBD2DB;
}
</style>
background-color css
<style>
a { background-color: #FBD2DB; }
a { background-color: rgb(251,210,219); }
div.DivClassName
{
background-color: #FBD2DB;
}
.BgClassName
{
background-color: #FBD2DB;
}
</style>
border-color css
<style>
span { border-color: #FBD2DB; }
span { border-color: rgb(251,210,219); }
td.TdClassName
{
border-color: #FBD2DB;
}
.TagClassName
{
border-color: #FBD2DB;
}
</style>