Html Css Color HEX #FACB89 Cherokee

📋 copy color: '#FACB89'

red 250 ◦ green 203 ◦ blue 137

#FACB89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #FACB89

Tints of Cherokee #FACB89

RGB

 RED value IS 250 (98.05% from 255) = 42.37%

 GREEN value IS 203 (79.69% from 255) = 34.41%

 BLUE value IS 137 (53.91% from 255) = 23.22%

R = 42.37%
G = 34.41%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FACB89 (or 0xFACB89) is known color: Cherokee. HEX triplet: FA, CB and 89. RGB value is (250,203,137). Sum of RGB (Red+Green+Blue) = 250+203+137=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB89 is #053476. Grayscale: #D1D1D1. Windows color (decimal): -341111 or 9030650. OLE color: 9030650.

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

Color convert

RGB 250 203 137 -
CMYK 0 0.19 0.45 0.02
HSL 35.04º 0.92% 0.76% -
HSV(B) 35.04º 0.45% 0.98% -
XYZ 65.3 64.84 32.74 -
YUV 209.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 250 203 137 0 0.19 0.45 0.02 35.04 0.92 0.76
Hex FA CB 89 0 13 2D 2 23 5C 4C
Octal 372 313 211 0 23 55 2 43 134 114
Binary 11111010 11001011 10001001 0 10011 101101 10 100011 1011100 1001100

Color Harmonies of #FACB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB89

Black with #FACB89

Text Example


Text Example

White with #FACB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB89; }

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

 H1.HeaderClassName
 {
   color: #FACB89;
 }
 .AnyTagClassName
 {
   color: #FACB89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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