Shades of Peach-Orange #FCCD9E
Tints of Peach-Orange #FCCD9E
RGB
CMYK
RGB Variations
Color information
#FCCD9E (or 0xFCCD9E) is known color: Peach-Orange. HEX triplet: FC, CD and 9E. RGB value is (252,205,158). Sum of RGB (Red+Green+Blue) = 252+205+158=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9E is #033261. Grayscale: #D5D5D5. Windows color (decimal): -209506 or 10407420. OLE color: 10407420.
HSL color Cylindrical-coordinate representation of color #FCCD9E: hue angle of 30º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCD9E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 158 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 30º | 0.94% | 0.8% | - |
| HSV(B) | 30º | 0.37% | 0.99% | - |
| XYZ | 68.15 | 66.83 | 41.65 | - |
| YUV | 213.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 158 | 0 | 0.19 | 0.37 | 0.01 | 30 | 0.94 | 0.8 |
| Hex | FC | CD | 9E | 0 | 13 | 25 | 1 | 1E | 5E | 50 |
| Octal | 374 | 315 | 236 | 0 | 23 | 45 | 1 | 36 | 136 | 120 |
| Binary | 11111100 | 11001101 | 10011110 | 0 | 10011 | 100101 | 1 | 11110 | 1011110 | 1010000 |
Color Harmonies of #FCCD9E
Complementary color
Monochromatic Colors of #FCCD9E
Black with #FCCD9E
Text Example
Text Example
White with #FCCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD9E; }
p { color: rgb(252,205,158); }
H1.HeaderClassName
{
color: #FCCD9E;
}
.AnyTagClassName
{
color: #FCCD9E;
}
</style>
background-color css
<style>
a { background-color: #FCCD9E; }
a { background-color: rgb(252,205,158); }
div.DivClassName
{
background-color: #FCCD9E;
}
.BgClassName
{
background-color: #FCCD9E;
}
</style>
border-color css
<style>
span { border-color: #FCCD9E; }
span { border-color: rgb(252,205,158); }
td.TdClassName
{
border-color: #FCCD9E;
}
.TagClassName
{
border-color: #FCCD9E;
}
</style>