Shades of Derby #FBE6CA
Tints of Derby #FBE6CA
RGB
CMYK
RGB Variations
Color information
#FBE6CA (or 0xFBE6CA) is known color: Derby. HEX triplet: FB, E6 and CA. RGB value is (251,230,202). Sum of RGB (Red+Green+Blue) = 251+230+202=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6CA is #041935. Grayscale: #E9E9E9. Windows color (decimal): -268598 or 13297403. OLE color: 13297403.
HSL color Cylindrical-coordinate representation of color #FBE6CA: hue angle of 34.29º 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 #FBE6CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 202 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.02 |
| HSL | 34.29º | 0.86% | 0.89% | - |
| HSV(B) | 34.29º | 0.2% | 0.98% | - |
| XYZ | 78.74 | 81.37 | 67.43 | - |
| YUV | 233.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 202 | 0 | 0.08 | 0.20 | 0.02 | 34.29 | 0.86 | 0.89 |
| Hex | FB | E6 | CA | 0 | 8 | 14 | 2 | 22 | 56 | 59 |
| Octal | 373 | 346 | 312 | 0 | 10 | 24 | 2 | 42 | 126 | 131 |
| Binary | 11111011 | 11100110 | 11001010 | 0 | 1000 | 10100 | 10 | 100010 | 1010110 | 1011001 |
Color Harmonies of #FBE6CA
Complementary color
Monochromatic Colors of #FBE6CA
Black with #FBE6CA
Text Example
Text Example
White with #FBE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE6CA; }
p { color: rgb(251,230,202); }
H1.HeaderClassName
{
color: #FBE6CA;
}
.AnyTagClassName
{
color: #FBE6CA;
}
</style>
background-color css
<style>
a { background-color: #FBE6CA; }
a { background-color: rgb(251,230,202); }
div.DivClassName
{
background-color: #FBE6CA;
}
.BgClassName
{
background-color: #FBE6CA;
}
</style>
border-color css
<style>
span { border-color: #FBE6CA; }
span { border-color: rgb(251,230,202); }
td.TdClassName
{
border-color: #FBE6CA;
}
.TagClassName
{
border-color: #FBE6CA;
}
</style>