#FACE87

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

Shades of Cherokee #FACE87

Tints of Cherokee #FACE87

Color information

#FACE87 (or 0xFACE87) is unknown color: approx Cherokee. HEX triplet: FA, CE and 87. RGB value is (250,206,135). Sum of RGB (Red+Green+Blue) = 250+206+135=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE87 is #053178. Grayscale: #D3D3D3. Windows color (decimal): -340345 or 8900346. OLE color: 8900346.

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

Color convert

RGB250206135-
CMYK00.180.460.02
HSL37.04º92%75.49%-
HSV(B)37.04º46%98.04%-
XYZ65.8766.2232.23-
YUV211.0685.08155.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 135 (53.12% from 255) = 22.84%
R=42.30%
G=34.86%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020613500.180.460.0237.049275.49
HexFACE870122E2255c4b
Octal37231620702256245134113
Binary1111101011001110100001110100101011101010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE87; }

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

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

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

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

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

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

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

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