Shades of Peach-Orange #FFCB9E
Tints of Peach-Orange #FFCB9E
RGB
CMYK
RGB Variations
Color information
#FFCB9E (or 0xFFCB9E) is known color: Peach-Orange. HEX triplet: FF, CB and 9E. RGB value is (255,203,158). Sum of RGB (Red+Green+Blue) = 255+203+158=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB9E is #003461. Grayscale: #D5D5D5. Windows color (decimal): -13410 or 10406911. OLE color: 10406911.
HSL color Cylindrical-coordinate representation of color #FFCB9E: hue angle of 27.84º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCB9E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 158 | - |
| CMYK | 0 | 0.20 | 0.38 | 0 |
| HSL | 27.84º | 1% | 0.81% | - |
| HSV(B) | 27.84º | 0.38% | 1% | - |
| XYZ | 68.77 | 66.44 | 41.55 | - |
| YUV | 213.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 158 | 0 | 0.20 | 0.38 | 0 | 27.84 | 1 | 0.81 |
| Hex | FF | CB | 9E | 0 | 14 | 26 | 0 | 1C | 64 | 51 |
| Octal | 377 | 313 | 236 | 0 | 24 | 46 | 0 | 34 | 144 | 121 |
| Binary | 11111111 | 11001011 | 10011110 | 0 | 10100 | 100110 | 0 | 11100 | 1100100 | 1010001 |
Color Harmonies of #FFCB9E
Complementary color
Monochromatic Colors of #FFCB9E
Black with #FFCB9E
Text Example
Text Example
White with #FFCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB9E; }
p { color: rgb(255,203,158); }
H1.HeaderClassName
{
color: #FFCB9E;
}
.AnyTagClassName
{
color: #FFCB9E;
}
</style>
background-color css
<style>
a { background-color: #FFCB9E; }
a { background-color: rgb(255,203,158); }
div.DivClassName
{
background-color: #FFCB9E;
}
.BgClassName
{
background-color: #FFCB9E;
}
</style>
border-color css
<style>
span { border-color: #FFCB9E; }
span { border-color: rgb(255,203,158); }
td.TdClassName
{
border-color: #FFCB9E;
}
.TagClassName
{
border-color: #FFCB9E;
}
</style>