Shades of Peach #FFCFA6
Tints of Peach #FFCFA6
RGB
CMYK
RGB Variations
Color information
#FFCFA6 (or 0xFFCFA6) is known color: Peach. HEX triplet: FF, CF and A6. RGB value is (255,207,166). Sum of RGB (Red+Green+Blue) = 255+207+166=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 166 (65.23% from 255 or 26.43% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFA6 is #003059. Grayscale: #D8D8D8. Windows color (decimal): -12378 or 10932223. OLE color: 10932223.
HSL color Cylindrical-coordinate representation of color #FFCFA6: hue angle of 27.64º 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 #FFCFA6 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 166 | - |
| CMYK | 0 | 0.19 | 0.35 | 0 |
| HSL | 27.64º | 1% | 0.83% | - |
| HSV(B) | 27.64º | 0.35% | 1% | - |
| XYZ | 70.44 | 68.64 | 45.61 | - |
| YUV | 216.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 166 | 0 | 0.19 | 0.35 | 0 | 27.64 | 1 | 0.83 |
| Hex | FF | CF | A6 | 0 | 13 | 23 | 0 | 1C | 64 | 53 |
| Octal | 377 | 317 | 246 | 0 | 23 | 43 | 0 | 34 | 144 | 123 |
| Binary | 11111111 | 11001111 | 10100110 | 0 | 10011 | 100011 | 0 | 11100 | 1100100 | 1010011 |
Color Harmonies of #FFCFA6
Complementary color
Monochromatic Colors of #FFCFA6
Black with #FFCFA6
Text Example
Text Example
White with #FFCFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFA6; }
p { color: rgb(255,207,166); }
H1.HeaderClassName
{
color: #FFCFA6;
}
.AnyTagClassName
{
color: #FFCFA6;
}
</style>
background-color css
<style>
a { background-color: #FFCFA6; }
a { background-color: rgb(255,207,166); }
div.DivClassName
{
background-color: #FFCFA6;
}
.BgClassName
{
background-color: #FFCFA6;
}
</style>
border-color css
<style>
span { border-color: #FFCFA6; }
span { border-color: rgb(255,207,166); }
td.TdClassName
{
border-color: #FFCFA6;
}
.TagClassName
{
border-color: #FFCFA6;
}
</style>