#FACBA4

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

Shades of Peach #FACBA4

Tints of Peach #FACBA4

Color information

#FACBA4 (or 0xFACBA4) is unknown color: approx Peach. HEX triplet: FA, CB and A4. RGB value is (250,203,164). Sum of RGB (Red+Green+Blue) = 250+203+164=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBA4 is #05345B. Grayscale: #D4D4D4. Windows color (decimal): -341084 or 10800122. OLE color: 10800122.

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

Color convert

RGB250203164-
CMYK00.190.340.02
HSL27.21º89.58%81.18%-
HSV(B)27.21º34.4%98.04%-
XYZ67.4865.7244.25-
YUV212.61100.57154.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=40.52%
G=32.90%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020316400.190.340.0227.2189.5881.18
HexFACBA40132221b5a51
Octal37231324402342233132121
Binary111110101100101110100100010011100010101101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBA4; }

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

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

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

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

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

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

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

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