Html Css Color HEX #FACE89 Cherokee

📋 copy color: '#FACE89'

red 250 ◦ green 206 ◦ blue 137

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

Shades of Cherokee #FACE89

Tints of Cherokee #FACE89

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

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

R = 42.16%
G = 34.74%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FACE89 (or 0xFACE89) is known color: Cherokee. HEX triplet: FA, CE and 89. RGB value is (250,206,137). Sum of RGB (Red+Green+Blue) = 250+206+137=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE89 is #053176. Grayscale: #D3D3D3. Windows color (decimal): -340343 or 9031418. OLE color: 9031418.

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

Color convert

RGB 250 206 137 -
CMYK 0 0.18 0.45 0.02
HSL 36.64º 0.92% 0.76% -
HSV(B) 36.64º 0.45% 0.98% -
XYZ 66.01 66.27 32.98 -
YUV 211.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 250 206 137 0 0.18 0.45 0.02 36.64 0.92 0.76
Hex FA CE 89 0 12 2D 2 25 5C 4C
Octal 372 316 211 0 22 55 2 45 134 114
Binary 11111010 11001110 10001001 0 10010 101101 10 100101 1011100 1001100

Color Harmonies of #FACE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE89

Black with #FACE89

Text Example


Text Example

White with #FACE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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