#FCC9A5

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

Shades of Peach #FCC9A5

Tints of Peach #FCC9A5

Color information

#FCC9A5 (or 0xFCC9A5) is unknown color: approx Peach. HEX triplet: FC, C9 and A5. RGB value is (252,201,165). Sum of RGB (Red+Green+Blue) = 252+201+165=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9A5 is #03365A. Grayscale: #D4D4D4. Windows color (decimal): -210523 or 10865148. OLE color: 10865148.

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

Color convert

RGB252201165-
CMYK00.200.350.01
HSL24.83º93.55%81.76%-
HSV(B)24.83º34.52%98.82%-
XYZ67.8265.1944.6-
YUV212.14101.4156.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 201 (78.91% from 255) = 32.52%
BLUE value IS 165 (64.84% from 255) = 26.70%
R=40.78%
G=32.52%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220116500.200.350.0124.8393.5581.76
HexFCC9A5014231195e52
Octal37431124502443131136122
Binary11111100110010011010010101010010001111100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9A5; }

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

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

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

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

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

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

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

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