Shades of Cherub #FBD2D9
Tints of Cherub #FBD2D9
RGB
CMYK
RGB Variations
Color information
#FBD2D9 (or 0xFBD2D9) is known color: Cherub. HEX triplet: FB, D2 and D9. RGB value is (251,210,217). Sum of RGB (Red+Green+Blue) = 251+210+217=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D9 is #042D26. Grayscale: #DFDFDF. Windows color (decimal): -273703 or 14275323. OLE color: 14275323.
HSL color Cylindrical-coordinate representation of color #FBD2D9: hue angle of 349.76º 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 #FBD2D9 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 217 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.02 |
| HSL | 349.76º | 0.84% | 0.9% | - |
| HSV(B) | 349.76º | 0.16% | 0.98% | - |
| XYZ | 75.35 | 71.61 | 75.5 | - |
| YUV | 223.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 217 | 0 | 0.16 | 0.14 | 0.02 | 349.76 | 0.84 | 0.9 |
| Hex | FB | D2 | D9 | 0 | 10 | E | 2 | 15E | 54 | 5A |
| Octal | 373 | 322 | 331 | 0 | 20 | 16 | 2 | 536 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11011001 | 0 | 10000 | 1110 | 10 | 101011110 | 1010100 | 1011010 |
Color Harmonies of #FBD2D9
Complementary color
Monochromatic Colors of #FBD2D9
Black with #FBD2D9
Text Example
Text Example
White with #FBD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2D9; }
p { color: rgb(251,210,217); }
H1.HeaderClassName
{
color: #FBD2D9;
}
.AnyTagClassName
{
color: #FBD2D9;
}
</style>
background-color css
<style>
a { background-color: #FBD2D9; }
a { background-color: rgb(251,210,217); }
div.DivClassName
{
background-color: #FBD2D9;
}
.BgClassName
{
background-color: #FBD2D9;
}
</style>
border-color css
<style>
span { border-color: #FBD2D9; }
span { border-color: rgb(251,210,217); }
td.TdClassName
{
border-color: #FBD2D9;
}
.TagClassName
{
border-color: #FBD2D9;
}
</style>