#FCC4AA

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

Shades of Peach #FCC4AA

Tints of Peach #FCC4AA

Color information

#FCC4AA (or 0xFCC4AA) is unknown color: approx Peach. HEX triplet: FC, C4 and AA. RGB value is (252,196,170). Sum of RGB (Red+Green+Blue) = 252+196+170=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4AA is #033B55. Grayscale: #D1D1D1. Windows color (decimal): -211798 or 11191548. OLE color: 11191548.

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

Color convert

RGB252196170-
CMYK00.220.330.01
HSL19.02º93.18%82.75%-
HSV(B)19.02º32.54%98.82%-
XYZ67.1463.0846.67-
YUV209.78105.55158.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=40.78%
G=31.72%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219617000.220.330.0119.0293.1882.75
HexFCC4AA016211135d53
Octal37430425202641123135123
Binary11111100110001001010101001011010000111001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4AA; }

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

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

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

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

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

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

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

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