Shades of Peach-Orange #FBCD9E
Tints of Peach-Orange #FBCD9E
RGB
CMYK
RGB Variations
Color information
#FBCD9E (or 0xFBCD9E) is known color: Peach-Orange. HEX triplet: FB, CD and 9E. RGB value is (251,205,158). Sum of RGB (Red+Green+Blue) = 251+205+158=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD9E is #043261. Grayscale: #D5D5D5. Windows color (decimal): -275042 or 10407419. OLE color: 10407419.
HSL color Cylindrical-coordinate representation of color #FBCD9E: hue angle of 30.32º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBCD9E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 158 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.02 |
| HSL | 30.32º | 0.92% | 0.8% | - |
| HSV(B) | 30.32º | 0.37% | 0.98% | - |
| XYZ | 67.79 | 66.64 | 41.64 | - |
| YUV | 213.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 158 | 0 | 0.18 | 0.37 | 0.02 | 30.32 | 0.92 | 0.8 |
| Hex | FB | CD | 9E | 0 | 12 | 25 | 2 | 1E | 5C | 50 |
| Octal | 373 | 315 | 236 | 0 | 22 | 45 | 2 | 36 | 134 | 120 |
| Binary | 11111011 | 11001101 | 10011110 | 0 | 10010 | 100101 | 10 | 11110 | 1011100 | 1010000 |
Color Harmonies of #FBCD9E
Complementary color
Monochromatic Colors of #FBCD9E
Black with #FBCD9E
Text Example
Text Example
White with #FBCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD9E; }
p { color: rgb(251,205,158); }
H1.HeaderClassName
{
color: #FBCD9E;
}
.AnyTagClassName
{
color: #FBCD9E;
}
</style>
background-color css
<style>
a { background-color: #FBCD9E; }
a { background-color: rgb(251,205,158); }
div.DivClassName
{
background-color: #FBCD9E;
}
.BgClassName
{
background-color: #FBCD9E;
}
</style>
border-color css
<style>
span { border-color: #FBCD9E; }
span { border-color: rgb(251,205,158); }
td.TdClassName
{
border-color: #FBCD9E;
}
.TagClassName
{
border-color: #FBCD9E;
}
</style>