#FCC6AA

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

Shades of Peach #FCC6AA

Tints of Peach #FCC6AA

Color information

#FCC6AA (or 0xFCC6AA) is unknown color: approx Peach. HEX triplet: FC, C6 and AA. RGB value is (252,198,170). Sum of RGB (Red+Green+Blue) = 252+198+170=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6AA is #033955. Grayscale: #D3D3D3. Windows color (decimal): -211286 or 11192060. OLE color: 11192060.

HSL color Cylindrical-coordinate representation of color #FCC6AA: hue angle of 20.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC6AA is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252198170-
CMYK00.210.330.01
HSL20.49º93.18%82.75%-
HSV(B)20.49º32.54%98.82%-
XYZ67.5963.9946.82-
YUV210.95104.89157.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=40.65%
G=31.94%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219817000.210.330.0120.4993.1882.75
HexFCC6AA015211145d53
Octal37430625202541124135123
Binary11111100110001101010101001010110000111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6AA; }

 p { color: rgb(252,198,170); }

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

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

 a { background-color: rgb(252,198,170); }

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

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

 span { border-color: rgb(252,198,170); }

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