#FACF8B

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

Shades of Cherokee #FACF8B

Tints of Cherokee #FACF8B

Color information

#FACF8B (or 0xFACF8B) is unknown color: approx Cherokee. HEX triplet: FA, CF and 8B. RGB value is (250,207,139). Sum of RGB (Red+Green+Blue) = 250+207+139=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF8B is #053074. Grayscale: #D4D4D4. Windows color (decimal): -340085 or 9162746. OLE color: 9162746.

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

Color convert

RGB250207139-
CMYK00.170.440.02
HSL36.76º91.74%76.27%-
HSV(B)36.76º44.4%98.04%-
XYZ66.466.8133.82-
YUV212.186.75155.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 139 (54.69% from 255) = 23.32%
R=41.95%
G=34.73%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020713900.170.440.0236.7691.7476.27
HexFACF8B0112C2255c4c
Octal37231721302154245134114
Binary1111101011001111100010110100011011001010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF8B; }

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

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

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

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

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

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

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

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