#FACB8A

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

Shades of Cherokee #FACB8A

Tints of Cherokee #FACB8A

Color information

#FACB8A (or 0xFACB8A) is unknown color: approx Cherokee. HEX triplet: FA, CB and 8A. RGB value is (250,203,138). Sum of RGB (Red+Green+Blue) = 250+203+138=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB8A is #053475. Grayscale: #D1D1D1. Windows color (decimal): -341110 or 9096186. OLE color: 9096186.

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

Color convert

RGB250203138-
CMYK00.190.450.02
HSL34.82º91.8%76.08%-
HSV(B)34.82º44.8%98.04%-
XYZ65.3764.8733.12-
YUV209.6487.57156.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=42.30%
G=34.35%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020313800.190.450.0234.8291.876.08
HexFACB8A0132D2235c4c
Octal37231321202355243134114
Binary1111101011001011100010100100111011011010001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB8A; }

 p { color: rgb(250,203,138); }

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

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

 a { background-color: rgb(250,203,138); }

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

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

 span { border-color: rgb(250,203,138); }

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