Shades of Peach #FFC6A4
Tints of Peach #FFC6A4
RGB
CMYK
RGB Variations
Color information
#FFC6A4 (or 0xFFC6A4) is known color: Peach. HEX triplet: FF, C6 and A4. RGB value is (255,198,164). Sum of RGB (Red+Green+Blue) = 255+198+164=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A4 is #00395B. Grayscale: #D3D3D3. Windows color (decimal): -14684 or 10798847. OLE color: 10798847.
HSL color Cylindrical-coordinate representation of color #FFC6A4: hue angle of 22.42º 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 #FFC6A4 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 164 | - |
| CMYK | 0 | 0.22 | 0.36 | 0 |
| HSL | 22.42º | 1% | 0.82% | - |
| HSV(B) | 22.42º | 0.36% | 1% | - |
| XYZ | 68.13 | 64.33 | 43.95 | - |
| YUV | 211.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 164 | 0 | 0.22 | 0.36 | 0 | 22.42 | 1 | 0.82 |
| Hex | FF | C6 | A4 | 0 | 16 | 24 | 0 | 16 | 64 | 52 |
| Octal | 377 | 306 | 244 | 0 | 26 | 44 | 0 | 26 | 144 | 122 |
| Binary | 11111111 | 11000110 | 10100100 | 0 | 10110 | 100100 | 0 | 10110 | 1100100 | 1010010 |
Color Harmonies of #FFC6A4
Complementary color
Monochromatic Colors of #FFC6A4
Black with #FFC6A4
Text Example
Text Example
White with #FFC6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6A4; }
p { color: rgb(255,198,164); }
H1.HeaderClassName
{
color: #FFC6A4;
}
.AnyTagClassName
{
color: #FFC6A4;
}
</style>
background-color css
<style>
a { background-color: #FFC6A4; }
a { background-color: rgb(255,198,164); }
div.DivClassName
{
background-color: #FFC6A4;
}
.BgClassName
{
background-color: #FFC6A4;
}
</style>
border-color css
<style>
span { border-color: #FFC6A4; }
span { border-color: rgb(255,198,164); }
td.TdClassName
{
border-color: #FFC6A4;
}
.TagClassName
{
border-color: #FFC6A4;
}
</style>