#FACCA4

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

Shades of Peach #FACCA4

Tints of Peach #FACCA4

Color information

#FACCA4 (or 0xFACCA4) is unknown color: approx Peach. HEX triplet: FA, CC and A4. RGB value is (250,204,164). Sum of RGB (Red+Green+Blue) = 250+204+164=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCA4 is #05335B. Grayscale: #D5D5D5. Windows color (decimal): -340828 or 10800378. OLE color: 10800378.

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

Color convert

RGB250204164-
CMYK00.180.340.02
HSL27.91º89.58%81.18%-
HSV(B)27.91º34.4%98.04%-
XYZ67.7266.1944.33-
YUV213.19100.24154.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=40.45%
G=33.01%
B=26.54%

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
Decimal25020416400.180.340.0227.9189.5881.18
HexFACCA40122221c5a51
Octal37231424402242234132121
Binary111110101100110010100100010010100010101110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCA4; }

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

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

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

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

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

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

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

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