#FACEAA

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

Shades of Peach #FACEAA

Tints of Peach #FACEAA

Color information

#FACEAA (or 0xFACEAA) is unknown color: approx Peach. HEX triplet: FA, CE and AA. RGB value is (250,206,170). Sum of RGB (Red+Green+Blue) = 250+206+170=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAA is #053155. Grayscale: #D7D7D7. Windows color (decimal): -340310 or 11194106. OLE color: 11194106.

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

Color convert

RGB250206170-
CMYK00.180.320.02
HSL27º88.89%82.35%-
HSV(B)27º32%98.04%-
XYZ68.7567.3747.41-
YUV215.05102.58152.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=39.94%
G=32.91%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020617000.180.320.022788.8982.35
HexFACEAA0122021b5952
Octal37231625202240233131122
Binary111110101100111010101010010010100000101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEAA; }

 p { color: rgb(250,206,170); }

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

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

 a { background-color: rgb(250,206,170); }

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

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

 span { border-color: rgb(250,206,170); }

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