Shades of Peach #FFCFAA
Tints of Peach #FFCFAA
RGB
CMYK
RGB Variations
Color information
#FFCFAA (or 0xFFCFAA) is known color: Peach. HEX triplet: FF, CF and AA. RGB value is (255,207,170). Sum of RGB (Red+Green+Blue) = 255+207+170=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAA is #003055. Grayscale: #D9D9D9. Windows color (decimal): -12374 or 11194367. OLE color: 11194367.
HSL color Cylindrical-coordinate representation of color #FFCFAA: hue angle of 26.12º 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 #FFCFAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 170 | - |
| CMYK | 0 | 0.19 | 0.33 | 0 |
| HSL | 26.12º | 1% | 0.83% | - |
| HSV(B) | 26.12º | 0.33% | 1% | - |
| XYZ | 70.81 | 68.79 | 47.58 | - |
| YUV | 217.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 170 | 0 | 0.19 | 0.33 | 0 | 26.12 | 1 | 0.83 |
| Hex | FF | CF | AA | 0 | 13 | 21 | 0 | 1A | 64 | 53 |
| Octal | 377 | 317 | 252 | 0 | 23 | 41 | 0 | 32 | 144 | 123 |
| Binary | 11111111 | 11001111 | 10101010 | 0 | 10011 | 100001 | 0 | 11010 | 1100100 | 1010011 |
Color Harmonies of #FFCFAA
Complementary color
Monochromatic Colors of #FFCFAA
Black with #FFCFAA
Text Example
Text Example
White with #FFCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFAA; }
p { color: rgb(255,207,170); }
H1.HeaderClassName
{
color: #FFCFAA;
}
.AnyTagClassName
{
color: #FFCFAA;
}
</style>
background-color css
<style>
a { background-color: #FFCFAA; }
a { background-color: rgb(255,207,170); }
div.DivClassName
{
background-color: #FFCFAA;
}
.BgClassName
{
background-color: #FFCFAA;
}
</style>
border-color css
<style>
span { border-color: #FFCFAA; }
span { border-color: rgb(255,207,170); }
td.TdClassName
{
border-color: #FFCFAA;
}
.TagClassName
{
border-color: #FFCFAA;
}
</style>