#FAC6A4

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

Shades of Peach #FAC6A4

Tints of Peach #FAC6A4

Color information

#FAC6A4 (or 0xFAC6A4) is unknown color: approx Peach. HEX triplet: FA, C6 and A4. RGB value is (250,198,164). Sum of RGB (Red+Green+Blue) = 250+198+164=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A4 is #05395B. Grayscale: #D1D1D1. Windows color (decimal): -342364 or 10798842. OLE color: 10798842.

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

Color convert

RGB250198164-
CMYK00.210.340.02
HSL23.72º89.58%81.18%-
HSV(B)23.72º34.4%98.04%-
XYZ66.3263.3943.86-
YUV209.67102.23156.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=40.85%
G=32.35%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019816400.210.340.0223.7289.5881.18
HexFAC6A4015222185a51
Octal37230624402542230132121
Binary111110101100011010100100010101100010101100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6A4; }

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

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

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

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

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

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

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

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