Shades of Cherub #FBD2D8
Tints of Cherub #FBD2D8
RGB
CMYK
RGB Variations
Color information
#FBD2D8 (or 0xFBD2D8) is known color: Cherub. HEX triplet: FB, D2 and D8. RGB value is (251,210,216). Sum of RGB (Red+Green+Blue) = 251+210+216=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D8 is #042D27. Grayscale: #DEDEDE. Windows color (decimal): -273704 or 14209787. OLE color: 14209787.
HSL color Cylindrical-coordinate representation of color #FBD2D8: hue angle of 351.22º 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 #FBD2D8 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 216 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.02 |
| HSL | 351.22º | 0.84% | 0.9% | - |
| HSV(B) | 351.22º | 0.16% | 0.98% | - |
| XYZ | 75.22 | 71.56 | 74.81 | - |
| YUV | 222.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 216 | 0 | 0.16 | 0.14 | 0.02 | 351.22 | 0.84 | 0.9 |
| Hex | FB | D2 | D8 | 0 | 10 | E | 2 | 15F | 54 | 5A |
| Octal | 373 | 322 | 330 | 0 | 20 | 16 | 2 | 537 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11011000 | 0 | 10000 | 1110 | 10 | 101011111 | 1010100 | 1011010 |
Color Harmonies of #FBD2D8
Complementary color
Monochromatic Colors of #FBD2D8
Black with #FBD2D8
Text Example
Text Example
White with #FBD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2D8; }
p { color: rgb(251,210,216); }
H1.HeaderClassName
{
color: #FBD2D8;
}
.AnyTagClassName
{
color: #FBD2D8;
}
</style>
background-color css
<style>
a { background-color: #FBD2D8; }
a { background-color: rgb(251,210,216); }
div.DivClassName
{
background-color: #FBD2D8;
}
.BgClassName
{
background-color: #FBD2D8;
}
</style>
border-color css
<style>
span { border-color: #FBD2D8; }
span { border-color: rgb(251,210,216); }
td.TdClassName
{
border-color: #FBD2D8;
}
.TagClassName
{
border-color: #FBD2D8;
}
</style>