Shades of Peach-Orange #FDCD8D
Tints of Peach-Orange #FDCD8D
RGB
CMYK
RGB Variations
Color information
#FDCD8D (or 0xFDCD8D) is known color: Peach-Orange. HEX triplet: FD, CD and 8D. RGB value is (253,205,141). Sum of RGB (Red+Green+Blue) = 253+205+141=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8D is #023272. Grayscale: #D4D4D4. Windows color (decimal): -143987 or 9293309. OLE color: 9293309.
HSL color Cylindrical-coordinate representation of color #FDCD8D: hue angle of 34.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDCD8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 141 | - |
CMYK | 0 | 0.19 | 0.44 | 0.01 |
HSL | 34.29º | 0.97% | 0.77% | - |
HSV(B) | 34.29º | 0.44% | 0.99% | - |
XYZ | 67.15 | 66.47 | 34.49 | - |
YUV | 212.06 | 87.9 | 157.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 141 | 0 | 0.19 | 0.44 | 0.01 | 34.29 | 0.97 | 0.77 |
Hex | FD | CD | 8D | 0 | 13 | 2C | 1 | 22 | 61 | 4D |
Octal | 375 | 315 | 215 | 0 | 23 | 54 | 1 | 42 | 141 | 115 |
Binary | 11111101 | 11001101 | 10001101 | 0 | 10011 | 101100 | 1 | 100010 | 1100001 | 1001101 |
Color Harmonies of #FDCD8D
Complementary color
Monochromatic Colors of #FDCD8D
Black with #FDCD8D
Text Example
Text Example
White with #FDCD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD8D; }
p { color: rgb(253,205,141); }
H1.HeaderClassName
{
color: #FDCD8D;
}
.AnyTagClassName
{
color: #FDCD8D;
}
</style>
background-color css
<style>
a { background-color: #FDCD8D; }
a { background-color: rgb(253,205,141); }
div.DivClassName
{
background-color: #FDCD8D;
}
.BgClassName
{
background-color: #FDCD8D;
}
</style>
border-color css
<style>
span { border-color: #FDCD8D; }
span { border-color: rgb(253,205,141); }
td.TdClassName
{
border-color: #FDCD8D;
}
.TagClassName
{
border-color: #FDCD8D;
}
</style>