Shades of Derby #FBE4CA
Tints of Derby #FBE4CA
RGB
CMYK
RGB Variations
Color information
#FBE4CA (or 0xFBE4CA) is known color: Derby. HEX triplet: FB, E4 and CA. RGB value is (251,228,202). Sum of RGB (Red+Green+Blue) = 251+228+202=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4CA is #041B35. Grayscale: #E8E8E8. Windows color (decimal): -269110 or 13296891. OLE color: 13296891.
HSL color Cylindrical-coordinate representation of color #FBE4CA: hue angle of 31.84º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBE4CA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 202 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.02 |
| HSL | 31.84º | 0.86% | 0.89% | - |
| HSV(B) | 31.84º | 0.2% | 0.98% | - |
| XYZ | 78.19 | 80.26 | 67.25 | - |
| YUV | 231.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 202 | 0 | 0.09 | 0.20 | 0.02 | 31.84 | 0.86 | 0.89 |
| Hex | FB | E4 | CA | 0 | 9 | 14 | 2 | 20 | 56 | 59 |
| Octal | 373 | 344 | 312 | 0 | 11 | 24 | 2 | 40 | 126 | 131 |
| Binary | 11111011 | 11100100 | 11001010 | 0 | 1001 | 10100 | 10 | 100000 | 1010110 | 1011001 |
Color Harmonies of #FBE4CA
Complementary color
Monochromatic Colors of #FBE4CA
Black with #FBE4CA
Text Example
Text Example
White with #FBE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4CA; }
p { color: rgb(251,228,202); }
H1.HeaderClassName
{
color: #FBE4CA;
}
.AnyTagClassName
{
color: #FBE4CA;
}
</style>
background-color css
<style>
a { background-color: #FBE4CA; }
a { background-color: rgb(251,228,202); }
div.DivClassName
{
background-color: #FBE4CA;
}
.BgClassName
{
background-color: #FBE4CA;
}
</style>
border-color css
<style>
span { border-color: #FBE4CA; }
span { border-color: rgb(251,228,202); }
td.TdClassName
{
border-color: #FBE4CA;
}
.TagClassName
{
border-color: #FBE4CA;
}
</style>