Shades of Cherub #FBD4DB
Tints of Cherub #FBD4DB
RGB
CMYK
RGB Variations
Color information
#FBD4DB (or 0xFBD4DB) is known color: Cherub. HEX triplet: FB, D4 and DB. RGB value is (251,212,219). Sum of RGB (Red+Green+Blue) = 251+212+219=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4DB is #042B24. Grayscale: #E0E0E0. Windows color (decimal): -273189 or 14406907. OLE color: 14406907.
HSL color Cylindrical-coordinate representation of color #FBD4DB: hue angle of 349.23º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD4DB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 219 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.02 |
| HSL | 349.23º | 0.83% | 0.91% | - |
| HSV(B) | 349.23º | 0.16% | 0.98% | - |
| XYZ | 76.11 | 72.71 | 77.04 | - |
| YUV | 224.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 219 | 0 | 0.16 | 0.13 | 0.02 | 349.23 | 0.83 | 0.91 |
| Hex | FB | D4 | DB | 0 | 10 | D | 2 | 15D | 53 | 5B |
| Octal | 373 | 324 | 333 | 0 | 20 | 15 | 2 | 535 | 123 | 133 |
| Binary | 11111011 | 11010100 | 11011011 | 0 | 10000 | 1101 | 10 | 101011101 | 1010011 | 1011011 |
Color Harmonies of #FBD4DB
Complementary color
Monochromatic Colors of #FBD4DB
Black with #FBD4DB
Text Example
Text Example
White with #FBD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD4DB; }
p { color: rgb(251,212,219); }
H1.HeaderClassName
{
color: #FBD4DB;
}
.AnyTagClassName
{
color: #FBD4DB;
}
</style>
background-color css
<style>
a { background-color: #FBD4DB; }
a { background-color: rgb(251,212,219); }
div.DivClassName
{
background-color: #FBD4DB;
}
.BgClassName
{
background-color: #FBD4DB;
}
</style>
border-color css
<style>
span { border-color: #FBD4DB; }
span { border-color: rgb(251,212,219); }
td.TdClassName
{
border-color: #FBD4DB;
}
.TagClassName
{
border-color: #FBD4DB;
}
</style>