Shades of Peach #FFCC9F
Tints of Peach #FFCC9F
RGB
CMYK
RGB Variations
Color information
#FFCC9F (or 0xFFCC9F) is known color: Peach. HEX triplet: FF, CC and 9F. RGB value is (255,204,159). Sum of RGB (Red+Green+Blue) = 255+204+159=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC9F is #003360. Grayscale: #D6D6D6. Windows color (decimal): -13153 or 10472703. OLE color: 10472703.
HSL color Cylindrical-coordinate representation of color #FFCC9F: hue angle of 28.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCC9F is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 159 | - |
| CMYK | 0 | 0.2 | 0.38 | 0 |
| HSL | 28.13º | 1% | 0.81% | - |
| HSV(B) | 28.13º | 0.38% | 1% | - |
| XYZ | 69.09 | 66.95 | 42.08 | - |
| YUV | 214.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 159 | 0 | 0.2 | 0.38 | 0 | 28.13 | 1 | 0.81 |
| Hex | FF | CC | 9F | 0 | 14 | 26 | 0 | 1C | 64 | 51 |
| Octal | 377 | 314 | 237 | 0 | 24 | 46 | 0 | 34 | 144 | 121 |
| Binary | 11111111 | 11001100 | 10011111 | 0 | 10100 | 100110 | 0 | 11100 | 1100100 | 1010001 |
Color Harmonies of #FFCC9F
Complementary color
Monochromatic Colors of #FFCC9F
Black with #FFCC9F
Text Example
Text Example
White with #FFCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC9F; }
p { color: rgb(255,204,159); }
H1.HeaderClassName
{
color: #FFCC9F;
}
.AnyTagClassName
{
color: #FFCC9F;
}
</style>
background-color css
<style>
a { background-color: #FFCC9F; }
a { background-color: rgb(255,204,159); }
div.DivClassName
{
background-color: #FFCC9F;
}
.BgClassName
{
background-color: #FFCC9F;
}
</style>
border-color css
<style>
span { border-color: #FFCC9F; }
span { border-color: rgb(255,204,159); }
td.TdClassName
{
border-color: #FFCC9F;
}
.TagClassName
{
border-color: #FFCC9F;
}
</style>