#FACCA0

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

Shades of Peach #FACCA0

Tints of Peach #FACCA0

Color information

#FACCA0 (or 0xFACCA0) is unknown color: approx Peach. HEX triplet: FA, CC and A0. RGB value is (250,204,160). Sum of RGB (Red+Green+Blue) = 250+204+160=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA0 is #05335F. Grayscale: #D4D4D4. Windows color (decimal): -340832 or 10538234. OLE color: 10538234.

HSL color Cylindrical-coordinate representation of color #FACCA0: hue angle of 29.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FACCA0 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250204160-
CMYK00.180.360.02
HSL29.33º90%80.39%-
HSV(B)29.33º36%98.04%-
XYZ67.3666.0542.46-
YUV212.7498.24154.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=40.72%
G=33.22%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020416000.180.360.0229.339080.39
HexFACCA00122421d5a50
Octal37231424002244235132120
Binary111110101100110010100000010010100100101110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA0; }

 p { color: rgb(250,204,160); }

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

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

 a { background-color: rgb(250,204,160); }

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

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

 span { border-color: rgb(250,204,160); }

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