#FACB8B

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

Shades of Cherokee #FACB8B

Tints of Cherokee #FACB8B

Color information

#FACB8B (or 0xFACB8B) is unknown color: approx Cherokee. HEX triplet: FA, CB and 8B. RGB value is (250,203,139). Sum of RGB (Red+Green+Blue) = 250+203+139=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB8B is #053474. Grayscale: #D2D2D2. Windows color (decimal): -341109 or 9161722. OLE color: 9161722.

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

Color convert

RGB250203139-
CMYK00.190.440.02
HSL34.59º91.74%76.27%-
HSV(B)34.59º44.4%98.04%-
XYZ65.4464.933.5-
YUV209.7688.07156.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=42.23%
G=34.29%
B=23.48%

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
Decimal25020313900.190.440.0234.5991.7476.27
HexFACB8B0132C2235c4c
Octal37231321302354243134114
Binary1111101011001011100010110100111011001010001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB8B; }

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

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

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

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

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

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

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

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