Shades of Peach #FFC8A6
Tints of Peach #FFC8A6
RGB
CMYK
RGB Variations
Color information
#FFC8A6 (or 0xFFC8A6) is known color: Peach. HEX triplet: FF, C8 and A6. RGB value is (255,200,166). Sum of RGB (Red+Green+Blue) = 255+200+166=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8A6 is #003759. Grayscale: #D4D4D4. Windows color (decimal): -14170 or 10930431. OLE color: 10930431.
HSL color Cylindrical-coordinate representation of color #FFC8A6: hue angle of 22.92º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC8A6 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 166 | - |
| CMYK | 0 | 0.22 | 0.35 | 0 |
| HSL | 22.92º | 1% | 0.83% | - |
| HSV(B) | 22.92º | 0.35% | 1% | - |
| XYZ | 68.78 | 65.32 | 45.06 | - |
| YUV | 212.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 166 | 0 | 0.22 | 0.35 | 0 | 22.92 | 1 | 0.83 |
| Hex | FF | C8 | A6 | 0 | 16 | 23 | 0 | 17 | 64 | 53 |
| Octal | 377 | 310 | 246 | 0 | 26 | 43 | 0 | 27 | 144 | 123 |
| Binary | 11111111 | 11001000 | 10100110 | 0 | 10110 | 100011 | 0 | 10111 | 1100100 | 1010011 |
Color Harmonies of #FFC8A6
Complementary color
Monochromatic Colors of #FFC8A6
Black with #FFC8A6
Text Example
Text Example
White with #FFC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8A6; }
p { color: rgb(255,200,166); }
H1.HeaderClassName
{
color: #FFC8A6;
}
.AnyTagClassName
{
color: #FFC8A6;
}
</style>
background-color css
<style>
a { background-color: #FFC8A6; }
a { background-color: rgb(255,200,166); }
div.DivClassName
{
background-color: #FFC8A6;
}
.BgClassName
{
background-color: #FFC8A6;
}
</style>
border-color css
<style>
span { border-color: #FFC8A6; }
span { border-color: rgb(255,200,166); }
td.TdClassName
{
border-color: #FFC8A6;
}
.TagClassName
{
border-color: #FFC8A6;
}
</style>