#FACCA6

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

Shades of Peach #FACCA6

Tints of Peach #FACCA6

Color information

#FACCA6 (or 0xFACCA6) is unknown color: approx Peach. HEX triplet: FA, CC and A6. RGB value is (250,204,166). Sum of RGB (Red+Green+Blue) = 250+204+166=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA6 is #053359. Grayscale: #D5D5D5. Windows color (decimal): -340826 or 10931450. OLE color: 10931450.

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

Color convert

RGB250204166-
CMYK00.180.340.02
HSL27.14º89.36%81.57%-
HSV(B)27.14º33.6%98.04%-
XYZ67.966.2645.29-
YUV213.42101.24154.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 166 (65.23% from 255) = 26.77%
R=40.32%
G=32.90%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020416600.180.340.0227.1489.3681.57
HexFACCA60122221b5952
Octal37231424602242233131122
Binary111110101100110010100110010010100010101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA6; }

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

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

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

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

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

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

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

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