Shades of Derby #FBE5CB
Tints of Derby #FBE5CB
RGB
CMYK
RGB Variations
Color information
#FBE5CB (or 0xFBE5CB) is known color: Derby. HEX triplet: FB, E5 and CB. RGB value is (251,229,203). Sum of RGB (Red+Green+Blue) = 251+229+203=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5CB is #041A34. Grayscale: #E8E8E8. Windows color (decimal): -268853 or 13362683. OLE color: 13362683.
HSL color Cylindrical-coordinate representation of color #FBE5CB: hue angle of 32.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBE5CB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 203 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.02 |
| HSL | 32.5º | 0.86% | 0.89% | - |
| HSV(B) | 32.5º | 0.19% | 0.98% | - |
| XYZ | 78.58 | 80.86 | 67.97 | - |
| YUV | 232.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 203 | 0 | 0.09 | 0.19 | 0.02 | 32.5 | 0.86 | 0.89 |
| Hex | FB | E5 | CB | 0 | 9 | 13 | 2 | 20 | 56 | 59 |
| Octal | 373 | 345 | 313 | 0 | 11 | 23 | 2 | 40 | 126 | 131 |
| Binary | 11111011 | 11100101 | 11001011 | 0 | 1001 | 10011 | 10 | 100000 | 1010110 | 1011001 |
Color Harmonies of #FBE5CB
Complementary color
Monochromatic Colors of #FBE5CB
Black with #FBE5CB
Text Example
Text Example
White with #FBE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5CB; }
p { color: rgb(251,229,203); }
H1.HeaderClassName
{
color: #FBE5CB;
}
.AnyTagClassName
{
color: #FBE5CB;
}
</style>
background-color css
<style>
a { background-color: #FBE5CB; }
a { background-color: rgb(251,229,203); }
div.DivClassName
{
background-color: #FBE5CB;
}
.BgClassName
{
background-color: #FBE5CB;
}
</style>
border-color css
<style>
span { border-color: #FBE5CB; }
span { border-color: rgb(251,229,203); }
td.TdClassName
{
border-color: #FBE5CB;
}
.TagClassName
{
border-color: #FBE5CB;
}
</style>