#FCCAA0

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

Shades of Peach #FCCAA0

Tints of Peach #FCCAA0

Color information

#FCCAA0 (or 0xFCCAA0) is unknown color: approx Peach. HEX triplet: FC, CA and A0. RGB value is (252,202,160). Sum of RGB (Red+Green+Blue) = 252+202+160=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA0 is #03355F. Grayscale: #D4D4D4. Windows color (decimal): -210272 or 10537724. OLE color: 10537724.

HSL color Cylindrical-coordinate representation of color #FCCAA0: hue angle of 27.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCAA0 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252202160-
CMYK00.200.370.01
HSL27.39º93.88%80.78%-
HSV(B)27.39º36.51%98.82%-
XYZ67.6165.4742.33-
YUV212.1698.56156.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=41.04%
G=32.90%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220216000.200.370.0127.3993.8880.78
HexFCCAA00142511b5e51
Octal37431224002445133136121
Binary11111100110010101010000001010010010111101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAA0; }

 p { color: rgb(252,202,160); }

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

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

 a { background-color: rgb(252,202,160); }

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

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

 span { border-color: rgb(252,202,160); }

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