#FACA88

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

Shades of Cherokee #FACA88

Tints of Cherokee #FACA88

Color information

#FACA88 (or 0xFACA88) is unknown color: approx Cherokee. HEX triplet: FA, CA and 88. RGB value is (250,202,136). Sum of RGB (Red+Green+Blue) = 250+202+136=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA88 is #053577. Grayscale: #D1D1D1. Windows color (decimal): -341368 or 8964858. OLE color: 8964858.

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

Color convert

RGB250202136-
CMYK00.190.460.02
HSL34.74º91.94%75.69%-
HSV(B)34.74º45.6%98.04%-
XYZ64.9964.3432.29-
YUV208.8386.9157.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 136 (53.52% from 255) = 23.13%
R=42.52%
G=34.35%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020213600.190.460.0234.7491.9475.69
HexFACA880132E2235c4c
Octal37231221002356243134114
Binary1111101011001010100010000100111011101010001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA88; }

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

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

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

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

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

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

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

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