#FFCCAA

Color #FFCCAA Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #FFCCAA

Tints of Peach #FFCCAA

Color information

#FFCCAA (or 0xFFCCAA) is unknown color: approx Peach. HEX triplet: FF, CC and AA. RGB value is (255,204,170). Sum of RGB (Red+Green+Blue) = 255+204+170=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAA is #003355. Grayscale: #D7D7D7. Windows color (decimal): -13142 or 11193599. OLE color: 11193599.

HSL color Cylindrical-coordinate representation of color #FFCCAA: hue angle of 24º 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 #FFCCAA is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255204170-
CMYK00.20.330
HSL24º100%83.33%-
HSV(B)24º33.33%100%-
XYZ70.0967.3547.34-
YUV215.37102.4156.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520417000.20.3302410083.33
HexFFCCAA014210186453
Octal37731425202441030144123
Binary11111111110011001010101001010010000101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCAA; }

 p { color: rgb(255,204,170); }

 H1.HeaderClassName
 {
   color: #FFCCAA;
 }
 .AnyTagClassName
 {
   color: #FFCCAA;
 }
</style>
background-color css

<style>
 a { background-color: #FFCCAA; }

 a { background-color: rgb(255,204,170); }

 div.DivClassName
 {
   background-color: #FFCCAA;
 }
 .BgClassName
 {
   background-color: #FFCCAA;
 }
</style>
border-color css

<style>
 span { border-color: #FFCCAA; }

 span { border-color: rgb(255,204,170); }

 td.TdClassName
 {
   border-color: #FFCCAA;
 }
 .TagClassName
 {
   border-color: #FFCCAA;
 }
</style>