Shades of Derby #FBE3C7
Tints of Derby #FBE3C7
RGB
CMYK
RGB Variations
Color information
#FBE3C7 (or 0xFBE3C7) is known color: Derby. HEX triplet: FB, E3 and C7. RGB value is (251,227,199). Sum of RGB (Red+Green+Blue) = 251+227+199=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3C7 is #041C38. Grayscale: #E7E7E7. Windows color (decimal): -269369 or 13100027. OLE color: 13100027.
HSL color Cylindrical-coordinate representation of color #FBE3C7: hue angle of 32.31º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBE3C7 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 227 | 199 | - |
CMYK | 0 | 0.10 | 0.21 | 0.02 |
HSL | 32.31º | 0.87% | 0.88% | - |
HSV(B) | 32.31º | 0.21% | 0.98% | - |
XYZ | 77.56 | 79.57 | 65.3 | - |
YUV | 230.98 | 109.95 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 227 | 199 | 0 | 0.10 | 0.21 | 0.02 | 32.31 | 0.87 | 0.88 |
Hex | FB | E3 | C7 | 0 | A | 15 | 2 | 20 | 57 | 58 |
Octal | 373 | 343 | 307 | 0 | 12 | 25 | 2 | 40 | 127 | 130 |
Binary | 11111011 | 11100011 | 11000111 | 0 | 1010 | 10101 | 10 | 100000 | 1010111 | 1011000 |
Color Harmonies of #FBE3C7
Complementary color
Monochromatic Colors of #FBE3C7
Black with #FBE3C7
Text Example
Text Example
White with #FBE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3C7; }
p { color: rgb(251,227,199); }
H1.HeaderClassName
{
color: #FBE3C7;
}
.AnyTagClassName
{
color: #FBE3C7;
}
</style>
background-color css
<style>
a { background-color: #FBE3C7; }
a { background-color: rgb(251,227,199); }
div.DivClassName
{
background-color: #FBE3C7;
}
.BgClassName
{
background-color: #FBE3C7;
}
</style>
border-color css
<style>
span { border-color: #FBE3C7; }
span { border-color: rgb(251,227,199); }
td.TdClassName
{
border-color: #FBE3C7;
}
.TagClassName
{
border-color: #FBE3C7;
}
</style>