Shades of Peach #FFCDA4
Tints of Peach #FFCDA4
RGB
CMYK
RGB Variations
Color information
#FFCDA4 (or 0xFFCDA4) is known color: Peach. HEX triplet: FF, CD and A4. RGB value is (255,205,164). Sum of RGB (Red+Green+Blue) = 255+205+164=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDA4 is #00325B. Grayscale: #D7D7D7. Windows color (decimal): -12892 or 10800639. OLE color: 10800639.
HSL color Cylindrical-coordinate representation of color #FFCDA4: hue angle of 27.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFCDA4 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 164 | - |
| CMYK | 0 | 0.20 | 0.36 | 0 |
| HSL | 27.03º | 1% | 0.82% | - |
| HSV(B) | 27.03º | 0.36% | 1% | - |
| XYZ | 69.77 | 67.6 | 44.49 | - |
| YUV | 215.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 164 | 0 | 0.20 | 0.36 | 0 | 27.03 | 1 | 0.82 |
| Hex | FF | CD | A4 | 0 | 14 | 24 | 0 | 1B | 64 | 52 |
| Octal | 377 | 315 | 244 | 0 | 24 | 44 | 0 | 33 | 144 | 122 |
| Binary | 11111111 | 11001101 | 10100100 | 0 | 10100 | 100100 | 0 | 11011 | 1100100 | 1010010 |
Color Harmonies of #FFCDA4
Complementary color
Monochromatic Colors of #FFCDA4
Black with #FFCDA4
Text Example
Text Example
White with #FFCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDA4; }
p { color: rgb(255,205,164); }
H1.HeaderClassName
{
color: #FFCDA4;
}
.AnyTagClassName
{
color: #FFCDA4;
}
</style>
background-color css
<style>
a { background-color: #FFCDA4; }
a { background-color: rgb(255,205,164); }
div.DivClassName
{
background-color: #FFCDA4;
}
.BgClassName
{
background-color: #FFCDA4;
}
</style>
border-color css
<style>
span { border-color: #FFCDA4; }
span { border-color: rgb(255,205,164); }
td.TdClassName
{
border-color: #FFCDA4;
}
.TagClassName
{
border-color: #FFCDA4;
}
</style>