#FACB8C

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

Shades of Cherokee #FACB8C

Tints of Cherokee #FACB8C

Color information

#FACB8C (or 0xFACB8C) is unknown color: approx Cherokee. HEX triplet: FA, CB and 8C. RGB value is (250,203,140). Sum of RGB (Red+Green+Blue) = 250+203+140=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB8C is #053473. Grayscale: #D2D2D2. Windows color (decimal): -341108 or 9227258. OLE color: 9227258.

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

Color convert

RGB250203140-
CMYK00.190.440.02
HSL34.36º91.67%76.47%-
HSV(B)34.36º44%98.04%-
XYZ65.5164.9333.89-
YUV209.8788.57156.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=42.16%
G=34.23%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020314000.190.440.0234.3691.6776.47
HexFACB8C0132C2225c4c
Octal37231321402354242134114
Binary1111101011001011100011000100111011001010001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB8C; }

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

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

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

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

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

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

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

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