#FACE8E

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

Shades of Cherokee #FACE8E

Tints of Cherokee #FACE8E

Color information

#FACE8E (or 0xFACE8E) is unknown color: approx Cherokee. HEX triplet: FA, CE and 8E. RGB value is (250,206,142). Sum of RGB (Red+Green+Blue) = 250+206+142=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE8E is #053171. Grayscale: #D4D4D4. Windows color (decimal): -340338 or 9359098. OLE color: 9359098.

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

Color convert

RGB250206142-
CMYK00.180.430.02
HSL35.56º91.53%76.86%-
HSV(B)35.56º43.2%98.04%-
XYZ66.3866.4234.91-
YUV211.8688.58155.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=41.81%
G=34.45%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020614200.180.430.0235.5691.5376.86
HexFACE8E0122B2245c4d
Octal37231621602253244134115
Binary1111101011001110100011100100101010111010010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE8E; }

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

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

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

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

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

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

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

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