#FACE89

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

Shades of Cherokee #FACE89

Tints of Cherokee #FACE89

Color information

#FACE89 (or 0xFACE89) is unknown color: approx Cherokee. HEX triplet: FA, CE and 89. RGB value is (250,206,137). Sum of RGB (Red+Green+Blue) = 250+206+137=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE89 is #053176. Grayscale: #D3D3D3. Windows color (decimal): -340343 or 9031418. OLE color: 9031418.

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

Color convert

RGB250206137-
CMYK00.180.450.02
HSL36.64º91.87%75.88%-
HSV(B)36.64º45.2%98.04%-
XYZ66.0166.2732.98-
YUV211.2986.08155.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 137 (53.91% from 255) = 23.10%
R=42.16%
G=34.74%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020613700.180.450.0236.6491.8775.88
HexFACE890122D2255c4c
Octal37231621102255245134114
Binary1111101011001110100010010100101011011010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE89; }

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

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

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

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

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

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

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

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