Shades of Peach #FFC8A2
Tints of Peach #FFC8A2
RGB
CMYK
RGB Variations
Color information
#FFC8A2 (or 0xFFC8A2) is known color: Peach. HEX triplet: FF, C8 and A2. RGB value is (255,200,162). Sum of RGB (Red+Green+Blue) = 255+200+162=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A2 is #00375D. Grayscale: #D4D4D4. Windows color (decimal): -14174 or 10668287. OLE color: 10668287.
HSL color Cylindrical-coordinate representation of color #FFC8A2: hue angle of 24.52º 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 #FFC8A2 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 162 | - |
| CMYK | 0 | 0.22 | 0.36 | 0 |
| HSL | 24.52º | 1% | 0.82% | - |
| HSV(B) | 24.52º | 0.36% | 1% | - |
| XYZ | 68.42 | 65.18 | 43.16 | - |
| YUV | 212.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 162 | 0 | 0.22 | 0.36 | 0 | 24.52 | 1 | 0.82 |
| Hex | FF | C8 | A2 | 0 | 16 | 24 | 0 | 19 | 64 | 52 |
| Octal | 377 | 310 | 242 | 0 | 26 | 44 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001000 | 10100010 | 0 | 10110 | 100100 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFC8A2
Complementary color
Monochromatic Colors of #FFC8A2
Black with #FFC8A2
Text Example
Text Example
White with #FFC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8A2; }
p { color: rgb(255,200,162); }
H1.HeaderClassName
{
color: #FFC8A2;
}
.AnyTagClassName
{
color: #FFC8A2;
}
</style>
background-color css
<style>
a { background-color: #FFC8A2; }
a { background-color: rgb(255,200,162); }
div.DivClassName
{
background-color: #FFC8A2;
}
.BgClassName
{
background-color: #FFC8A2;
}
</style>
border-color css
<style>
span { border-color: #FFC8A2; }
span { border-color: rgb(255,200,162); }
td.TdClassName
{
border-color: #FFC8A2;
}
.TagClassName
{
border-color: #FFC8A2;
}
</style>