#FACA8B

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

Shades of Cherokee #FACA8B

Tints of Cherokee #FACA8B

Color information

#FACA8B (or 0xFACA8B) is unknown color: approx Cherokee. HEX triplet: FA, CA and 8B. RGB value is (250,202,139). Sum of RGB (Red+Green+Blue) = 250+202+139=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8B is #053574. Grayscale: #D1D1D1. Windows color (decimal): -341365 or 9161466. OLE color: 9161466.

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

Color convert

RGB250202139-
CMYK00.190.440.02
HSL34.05º91.74%76.27%-
HSV(B)34.05º44.4%98.04%-
XYZ65.2164.4333.43-
YUV209.1788.4157.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=42.30%
G=34.18%
B=23.52%

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
Decimal25020213900.190.440.0234.0591.7476.27
HexFACA8B0132C2225c4c
Octal37231221302354242134114
Binary1111101011001010100010110100111011001010001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA8B; }

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

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

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

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

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

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

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

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