#FACE95

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

Shades of Peach-Orange #FACE95

Tints of Peach-Orange #FACE95

Color information

#FACE95 (or 0xFACE95) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 95. RGB value is (250,206,149). Sum of RGB (Red+Green+Blue) = 250+206+149=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE95 is #05316A. Grayscale: #D4D4D4. Windows color (decimal): -340331 or 9817850. OLE color: 9817850.

HSL color Cylindrical-coordinate representation of color #FACE95: hue angle of 33.86º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FACE95 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250206149-
CMYK00.180.400.02
HSL33.86º90.99%78.24%-
HSV(B)33.86º40.4%98.04%-
XYZ66.9266.6437.77-
YUV212.6692.08154.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=41.32%
G=34.05%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020614900.180.400.0233.8690.9978.24
HexFACE95012282225b4e
Octal37231622502250242133116
Binary1111101011001110100101010100101010001010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE95; }

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

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

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

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

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

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

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

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