#FAC6A5

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

Shades of Peach #FAC6A5

Tints of Peach #FAC6A5

Color information

#FAC6A5 (or 0xFAC6A5) is unknown color: approx Peach. HEX triplet: FA, C6 and A5. RGB value is (250,198,165). Sum of RGB (Red+Green+Blue) = 250+198+165=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A5 is #05395A. Grayscale: #D1D1D1. Windows color (decimal): -342363 or 10864378. OLE color: 10864378.

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

Color convert

RGB250198165-
CMYK00.210.340.02
HSL23.29º89.47%81.37%-
HSV(B)23.29º34%98.04%-
XYZ66.4163.4344.34-
YUV209.79102.73156.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=40.78%
G=32.30%
B=26.92%

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
Decimal25019816500.210.340.0223.2989.4781.37
HexFAC6A5015222175951
Octal37230624502542227131121
Binary111110101100011010100101010101100010101011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6A5; }

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

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

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

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

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

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

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

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