Shades of Peach-Orange #FBCD8F
Tints of Peach-Orange #FBCD8F
RGB
CMYK
RGB Variations
Color information
#FBCD8F (or 0xFBCD8F) is known color: Peach-Orange. HEX triplet: FB, CD and 8F. RGB value is (251,205,143). Sum of RGB (Red+Green+Blue) = 251+205+143=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD8F is #043270. Grayscale: #D3D3D3. Windows color (decimal): -275057 or 9424379. OLE color: 9424379.
HSL color Cylindrical-coordinate representation of color #FBCD8F: hue angle of 34.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBCD8F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 143 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 34.44º | 0.93% | 0.77% | - |
| HSV(B) | 34.44º | 0.43% | 0.98% | - |
| XYZ | 66.57 | 66.16 | 35.25 | - |
| YUV | 211.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 143 | 0 | 0.18 | 0.43 | 0.02 | 34.44 | 0.93 | 0.77 |
| Hex | FB | CD | 8F | 0 | 12 | 2B | 2 | 22 | 5D | 4D |
| Octal | 373 | 315 | 217 | 0 | 22 | 53 | 2 | 42 | 135 | 115 |
| Binary | 11111011 | 11001101 | 10001111 | 0 | 10010 | 101011 | 10 | 100010 | 1011101 | 1001101 |
Color Harmonies of #FBCD8F
Complementary color
Monochromatic Colors of #FBCD8F
Black with #FBCD8F
Text Example
Text Example
White with #FBCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD8F; }
p { color: rgb(251,205,143); }
H1.HeaderClassName
{
color: #FBCD8F;
}
.AnyTagClassName
{
color: #FBCD8F;
}
</style>
background-color css
<style>
a { background-color: #FBCD8F; }
a { background-color: rgb(251,205,143); }
div.DivClassName
{
background-color: #FBCD8F;
}
.BgClassName
{
background-color: #FBCD8F;
}
</style>
border-color css
<style>
span { border-color: #FBCD8F; }
span { border-color: rgb(251,205,143); }
td.TdClassName
{
border-color: #FBCD8F;
}
.TagClassName
{
border-color: #FBCD8F;
}
</style>