Shades of Cherub #FBD1D8
Tints of Cherub #FBD1D8
RGB
CMYK
RGB Variations
Color information
#FBD1D8 (or 0xFBD1D8) is known color: Cherub. HEX triplet: FB, D1 and D8. RGB value is (251,209,216). Sum of RGB (Red+Green+Blue) = 251+209+216=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D8 is #042E27. Grayscale: #DEDEDE. Windows color (decimal): -273960 or 14209531. OLE color: 14209531.
HSL color Cylindrical-coordinate representation of color #FBD1D8: hue angle of 350º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1D8 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 216 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.02 |
| HSL | 350º | 0.84% | 0.9% | - |
| HSV(B) | 350º | 0.17% | 0.98% | - |
| XYZ | 74.98 | 71.07 | 74.73 | - |
| YUV | 222.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 216 | 0 | 0.17 | 0.14 | 0.02 | 350 | 0.84 | 0.9 |
| Hex | FB | D1 | D8 | 0 | 11 | E | 2 | 15E | 54 | 5A |
| Octal | 373 | 321 | 330 | 0 | 21 | 16 | 2 | 536 | 124 | 132 |
| Binary | 11111011 | 11010001 | 11011000 | 0 | 10001 | 1110 | 10 | 101011110 | 1010100 | 1011010 |
Color Harmonies of #FBD1D8
Complementary color
Monochromatic Colors of #FBD1D8
Black with #FBD1D8
Text Example
Text Example
White with #FBD1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1D8; }
p { color: rgb(251,209,216); }
H1.HeaderClassName
{
color: #FBD1D8;
}
.AnyTagClassName
{
color: #FBD1D8;
}
</style>
background-color css
<style>
a { background-color: #FBD1D8; }
a { background-color: rgb(251,209,216); }
div.DivClassName
{
background-color: #FBD1D8;
}
.BgClassName
{
background-color: #FBD1D8;
}
</style>
border-color css
<style>
span { border-color: #FBD1D8; }
span { border-color: rgb(251,209,216); }
td.TdClassName
{
border-color: #FBD1D8;
}
.TagClassName
{
border-color: #FBD1D8;
}
</style>