#FCC9A1

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

Shades of Peach #FCC9A1

Tints of Peach #FCC9A1

Color information

#FCC9A1 (or 0xFCC9A1) is unknown color: approx Peach. HEX triplet: FC, C9 and A1. RGB value is (252,201,161). Sum of RGB (Red+Green+Blue) = 252+201+161=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9A1 is #03365E. Grayscale: #D3D3D3. Windows color (decimal): -210527 or 10603004. OLE color: 10603004.

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

Color convert

RGB252201161-
CMYK00.200.360.01
HSL26.37º93.81%80.98%-
HSV(B)26.37º36.11%98.82%-
XYZ67.4665.0442.72-
YUV211.6999.4156.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=41.04%
G=32.74%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220116100.200.360.0126.3793.8180.98
HexFCC9A10142411a5e51
Octal37431124102444132136121
Binary11111100110010011010000101010010010011101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9A1; }

 p { color: rgb(252,201,161); }

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

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

 a { background-color: rgb(252,201,161); }

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

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

 span { border-color: rgb(252,201,161); }

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