Shades of Peach-Orange #FFCD9E
Tints of Peach-Orange #FFCD9E
RGB
CMYK
RGB Variations
Color information
#FFCD9E (or 0xFFCD9E) is known color: Peach-Orange. HEX triplet: FF, CD and 9E. RGB value is (255,205,158). Sum of RGB (Red+Green+Blue) = 255+205+158=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9E is #003261. Grayscale: #D6D6D6. Windows color (decimal): -12898 or 10407423. OLE color: 10407423.
HSL color Cylindrical-coordinate representation of color #FFCD9E: hue angle of 29.07º 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 #FFCD9E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 158 | - |
| CMYK | 0 | 0.20 | 0.38 | 0 |
| HSL | 29.07º | 1% | 0.81% | - |
| HSV(B) | 29.07º | 0.38% | 1% | - |
| XYZ | 69.24 | 67.39 | 41.71 | - |
| YUV | 214.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 158 | 0 | 0.20 | 0.38 | 0 | 29.07 | 1 | 0.81 |
| Hex | FF | CD | 9E | 0 | 14 | 26 | 0 | 1D | 64 | 51 |
| Octal | 377 | 315 | 236 | 0 | 24 | 46 | 0 | 35 | 144 | 121 |
| Binary | 11111111 | 11001101 | 10011110 | 0 | 10100 | 100110 | 0 | 11101 | 1100100 | 1010001 |
Color Harmonies of #FFCD9E
Complementary color
Monochromatic Colors of #FFCD9E
Black with #FFCD9E
Text Example
Text Example
White with #FFCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD9E; }
p { color: rgb(255,205,158); }
H1.HeaderClassName
{
color: #FFCD9E;
}
.AnyTagClassName
{
color: #FFCD9E;
}
</style>
background-color css
<style>
a { background-color: #FFCD9E; }
a { background-color: rgb(255,205,158); }
div.DivClassName
{
background-color: #FFCD9E;
}
.BgClassName
{
background-color: #FFCD9E;
}
</style>
border-color css
<style>
span { border-color: #FFCD9E; }
span { border-color: rgb(255,205,158); }
td.TdClassName
{
border-color: #FFCD9E;
}
.TagClassName
{
border-color: #FFCD9E;
}
</style>