Shades of Peach-Orange #FFCB9B
Tints of Peach-Orange #FFCB9B
RGB
CMYK
RGB Variations
Color information
#FFCB9B (or 0xFFCB9B) is known color: Peach-Orange. HEX triplet: FF, CB and 9B. RGB value is (255,203,155). Sum of RGB (Red+Green+Blue) = 255+203+155=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB9B is #003464. Grayscale: #D5D5D5. Windows color (decimal): -13413 or 10210303. OLE color: 10210303.
HSL color Cylindrical-coordinate representation of color #FFCB9B: hue angle of 28.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCB9B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 155 | - |
| CMYK | 0 | 0.20 | 0.39 | 0 |
| HSL | 28.8º | 1% | 0.8% | - |
| HSV(B) | 28.8º | 0.39% | 1% | - |
| XYZ | 68.51 | 66.34 | 40.2 | - |
| YUV | 213.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 155 | 0 | 0.20 | 0.39 | 0 | 28.8 | 1 | 0.8 |
| Hex | FF | CB | 9B | 0 | 14 | 27 | 0 | 1D | 64 | 50 |
| Octal | 377 | 313 | 233 | 0 | 24 | 47 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001011 | 10011011 | 0 | 10100 | 100111 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFCB9B
Complementary color
Monochromatic Colors of #FFCB9B
Black with #FFCB9B
Text Example
Text Example
White with #FFCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB9B; }
p { color: rgb(255,203,155); }
H1.HeaderClassName
{
color: #FFCB9B;
}
.AnyTagClassName
{
color: #FFCB9B;
}
</style>
background-color css
<style>
a { background-color: #FFCB9B; }
a { background-color: rgb(255,203,155); }
div.DivClassName
{
background-color: #FFCB9B;
}
.BgClassName
{
background-color: #FFCB9B;
}
</style>
border-color css
<style>
span { border-color: #FFCB9B; }
span { border-color: rgb(255,203,155); }
td.TdClassName
{
border-color: #FFCB9B;
}
.TagClassName
{
border-color: #FFCB9B;
}
</style>