#FACBA0

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

Shades of Peach #FACBA0

Tints of Peach #FACBA0

Color information

#FACBA0 (or 0xFACBA0) is unknown color: approx Peach. HEX triplet: FA, CB and A0. RGB value is (250,203,160). Sum of RGB (Red+Green+Blue) = 250+203+160=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA0 is #05345F. Grayscale: #D4D4D4. Windows color (decimal): -341088 or 10537978. OLE color: 10537978.

HSL color Cylindrical-coordinate representation of color #FACBA0: hue angle of 28.67º 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 #FACBA0 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250203160-
CMYK00.190.360.02
HSL28.67º90%80.39%-
HSV(B)28.67º36%98.04%-
XYZ67.1365.5742.38-
YUV212.1598.57155-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=40.78%
G=33.12%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020316000.190.360.0228.679080.39
HexFACBA00132421d5a50
Octal37231324002344235132120
Binary111110101100101110100000010011100100101110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBA0; }

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

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

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

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

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

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

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

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