#FCC3AA

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

Shades of Peach #FCC3AA

Tints of Peach #FCC3AA

Color information

#FCC3AA (or 0xFCC3AA) is unknown color: approx Peach. HEX triplet: FC, C3 and AA. RGB value is (252,195,170). Sum of RGB (Red+Green+Blue) = 252+195+170=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3AA is #033C55. Grayscale: #D1D1D1. Windows color (decimal): -212054 or 11191292. OLE color: 11191292.

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

Color convert

RGB252195170-
CMYK00.230.330.01
HSL18.29º93.18%82.75%-
HSV(B)18.29º32.54%98.82%-
XYZ66.9262.6346.59-
YUV209.19105.88158.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=40.84%
G=31.60%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219517000.230.330.0118.2993.1882.75
HexFCC3AA017211125d53
Octal37430325202741122135123
Binary11111100110000111010101001011110000111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3AA; }

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

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

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

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

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

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

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

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