Shades of Peach-Orange #FBCD9D
Tints of Peach-Orange #FBCD9D
RGB
CMYK
RGB Variations
Color information
#FBCD9D (or 0xFBCD9D) is known color: Peach-Orange. HEX triplet: FB, CD and 9D. RGB value is (251,205,157). Sum of RGB (Red+Green+Blue) = 251+205+157=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD9D is #043262. Grayscale: #D5D5D5. Windows color (decimal): -275043 or 10341883. OLE color: 10341883.
HSL color Cylindrical-coordinate representation of color #FBCD9D: hue angle of 30.64º 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 #FBCD9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 157 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.02 |
| HSL | 30.64º | 0.92% | 0.8% | - |
| HSV(B) | 30.64º | 0.37% | 0.98% | - |
| XYZ | 67.7 | 66.61 | 41.19 | - |
| YUV | 213.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 157 | 0 | 0.18 | 0.37 | 0.02 | 30.64 | 0.92 | 0.8 |
| Hex | FB | CD | 9D | 0 | 12 | 25 | 2 | 1F | 5C | 50 |
| Octal | 373 | 315 | 235 | 0 | 22 | 45 | 2 | 37 | 134 | 120 |
| Binary | 11111011 | 11001101 | 10011101 | 0 | 10010 | 100101 | 10 | 11111 | 1011100 | 1010000 |
Color Harmonies of #FBCD9D
Complementary color
Monochromatic Colors of #FBCD9D
Black with #FBCD9D
Text Example
Text Example
White with #FBCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD9D; }
p { color: rgb(251,205,157); }
H1.HeaderClassName
{
color: #FBCD9D;
}
.AnyTagClassName
{
color: #FBCD9D;
}
</style>
background-color css
<style>
a { background-color: #FBCD9D; }
a { background-color: rgb(251,205,157); }
div.DivClassName
{
background-color: #FBCD9D;
}
.BgClassName
{
background-color: #FBCD9D;
}
</style>
border-color css
<style>
span { border-color: #FBCD9D; }
span { border-color: rgb(251,205,157); }
td.TdClassName
{
border-color: #FBCD9D;
}
.TagClassName
{
border-color: #FBCD9D;
}
</style>