Shades of Peach-Orange #FFCD8E
Tints of Peach-Orange #FFCD8E
RGB
CMYK
RGB Variations
Color information
#FFCD8E (or 0xFFCD8E) is known color: Peach-Orange. HEX triplet: FF, CD and 8E. RGB value is (255,205,142). Sum of RGB (Red+Green+Blue) = 255+205+142=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD8E is #003271. Grayscale: #D5D5D5. Windows color (decimal): -12914 or 9358847. OLE color: 9358847.
HSL color Cylindrical-coordinate representation of color #FFCD8E: hue angle of 33.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCD8E is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 142 | - |
| CMYK | 0 | 0.20 | 0.44 | 0 |
| HSL | 33.45º | 1% | 0.78% | - |
| HSV(B) | 33.45º | 0.44% | 1% | - |
| XYZ | 67.95 | 66.88 | 34.92 | - |
| YUV | 212.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 142 | 0 | 0.20 | 0.44 | 0 | 33.45 | 1 | 0.78 |
| Hex | FF | CD | 8E | 0 | 14 | 2C | 0 | 21 | 64 | 4E |
| Octal | 377 | 315 | 216 | 0 | 24 | 54 | 0 | 41 | 144 | 116 |
| Binary | 11111111 | 11001101 | 10001110 | 0 | 10100 | 101100 | 0 | 100001 | 1100100 | 1001110 |
Color Harmonies of #FFCD8E
Complementary color
Monochromatic Colors of #FFCD8E
Black with #FFCD8E
Text Example
Text Example
White with #FFCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD8E; }
p { color: rgb(255,205,142); }
H1.HeaderClassName
{
color: #FFCD8E;
}
.AnyTagClassName
{
color: #FFCD8E;
}
</style>
background-color css
<style>
a { background-color: #FFCD8E; }
a { background-color: rgb(255,205,142); }
div.DivClassName
{
background-color: #FFCD8E;
}
.BgClassName
{
background-color: #FFCD8E;
}
</style>
border-color css
<style>
span { border-color: #FFCD8E; }
span { border-color: rgb(255,205,142); }
td.TdClassName
{
border-color: #FFCD8E;
}
.TagClassName
{
border-color: #FFCD8E;
}
</style>