Shades of Peach #FFC4AA
Tints of Peach #FFC4AA
RGB
CMYK
RGB Variations
Color information
#FFC4AA (or 0xFFC4AA) is known color: Peach. HEX triplet: FF, C4 and AA. RGB value is (255,196,170). Sum of RGB (Red+Green+Blue) = 255+196+170=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4AA is #003B55. Grayscale: #D2D2D2. Windows color (decimal): -15190 or 11191551. OLE color: 11191551.
HSL color Cylindrical-coordinate representation of color #FFC4AA: hue angle of 18.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC4AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0 |
| HSL | 18.35º | 1% | 0.83% | - |
| HSV(B) | 18.35º | 0.33% | 1% | - |
| XYZ | 68.24 | 63.64 | 46.72 | - |
| YUV | 210.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 170 | 0 | 0.23 | 0.33 | 0 | 18.35 | 1 | 0.83 |
| Hex | FF | C4 | AA | 0 | 17 | 21 | 0 | 12 | 64 | 53 |
| Octal | 377 | 304 | 252 | 0 | 27 | 41 | 0 | 22 | 144 | 123 |
| Binary | 11111111 | 11000100 | 10101010 | 0 | 10111 | 100001 | 0 | 10010 | 1100100 | 1010011 |
Color Harmonies of #FFC4AA
Complementary color
Monochromatic Colors of #FFC4AA
Black with #FFC4AA
Text Example
Text Example
White with #FFC4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4AA; }
p { color: rgb(255,196,170); }
H1.HeaderClassName
{
color: #FFC4AA;
}
.AnyTagClassName
{
color: #FFC4AA;
}
</style>
background-color css
<style>
a { background-color: #FFC4AA; }
a { background-color: rgb(255,196,170); }
div.DivClassName
{
background-color: #FFC4AA;
}
.BgClassName
{
background-color: #FFC4AA;
}
</style>
border-color css
<style>
span { border-color: #FFC4AA; }
span { border-color: rgb(255,196,170); }
td.TdClassName
{
border-color: #FFC4AA;
}
.TagClassName
{
border-color: #FFC4AA;
}
</style>