Shades of Peach-Orange #FFCB9D
Tints of Peach-Orange #FFCB9D
RGB
CMYK
RGB Variations
Color information
#FFCB9D (or 0xFFCB9D) is known color: Peach-Orange. HEX triplet: FF, CB and 9D. RGB value is (255,203,157). Sum of RGB (Red+Green+Blue) = 255+203+157=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB9D is #003462. Grayscale: #D5D5D5. Windows color (decimal): -13411 or 10341375. OLE color: 10341375.
HSL color Cylindrical-coordinate representation of color #FFCB9D: hue angle of 28.16º 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 #FFCB9D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 157 | - |
| CMYK | 0 | 0.20 | 0.38 | 0 |
| HSL | 28.16º | 1% | 0.81% | - |
| HSV(B) | 28.16º | 0.38% | 1% | - |
| XYZ | 68.68 | 66.41 | 41.1 | - |
| YUV | 213.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 157 | 0 | 0.20 | 0.38 | 0 | 28.16 | 1 | 0.81 |
| Hex | FF | CB | 9D | 0 | 14 | 26 | 0 | 1C | 64 | 51 |
| Octal | 377 | 313 | 235 | 0 | 24 | 46 | 0 | 34 | 144 | 121 |
| Binary | 11111111 | 11001011 | 10011101 | 0 | 10100 | 100110 | 0 | 11100 | 1100100 | 1010001 |
Color Harmonies of #FFCB9D
Complementary color
Monochromatic Colors of #FFCB9D
Black with #FFCB9D
Text Example
Text Example
White with #FFCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB9D; }
p { color: rgb(255,203,157); }
H1.HeaderClassName
{
color: #FFCB9D;
}
.AnyTagClassName
{
color: #FFCB9D;
}
</style>
background-color css
<style>
a { background-color: #FFCB9D; }
a { background-color: rgb(255,203,157); }
div.DivClassName
{
background-color: #FFCB9D;
}
.BgClassName
{
background-color: #FFCB9D;
}
</style>
border-color css
<style>
span { border-color: #FFCB9D; }
span { border-color: rgb(255,203,157); }
td.TdClassName
{
border-color: #FFCB9D;
}
.TagClassName
{
border-color: #FFCB9D;
}
</style>