#FAC4A8

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

Shades of Peach #FAC4A8

Tints of Peach #FAC4A8

Color information

#FAC4A8 (or 0xFAC4A8) is unknown color: approx Peach. HEX triplet: FA, C4 and A8. RGB value is (250,196,168). Sum of RGB (Red+Green+Blue) = 250+196+168=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A8 is #053B57. Grayscale: #D1D1D1. Windows color (decimal): -342872 or 11060474. OLE color: 11060474.

HSL color Cylindrical-coordinate representation of color #FAC4A8: hue angle of 20.49º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAC4A8 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250196168-
CMYK00.220.330.02
HSL20.49º89.13%81.96%-
HSV(B)20.49º32.8%98.04%-
XYZ66.2362.6345.64-
YUV208.95104.89157.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 196 (76.95% from 255) = 31.92%
BLUE value IS 168 (66.02% from 255) = 27.36%
R=40.72%
G=31.92%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019616800.220.330.0220.4989.1381.96
HexFAC4A8016212145952
Octal37230425002641224131122
Binary111110101100010010101000010110100001101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4A8; }

 p { color: rgb(250,196,168); }

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

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

 a { background-color: rgb(250,196,168); }

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

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

 span { border-color: rgb(250,196,168); }

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