Html Css Color HEX #FACE8E Cherokee

📋 copy color: '#FACE8E'

red 250 ◦ green 206 ◦ blue 142

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

Shades of Cherokee #FACE8E

Tints of Cherokee #FACE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.75%

R = 41.81%
G = 34.45%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FACE8E (or 0xFACE8E) is known color: Cherokee. HEX triplet: FA, CE and 8E. RGB value is (250,206,142). Sum of RGB (Red+Green+Blue) = 250+206+142=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE8E is #053171. Grayscale: #D4D4D4. Windows color (decimal): -340338 or 9359098. OLE color: 9359098.

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

Color convert

RGB 250 206 142 -
CMYK 0 0.18 0.43 0.02
HSL 35.56º 0.92% 0.77% -
HSV(B) 35.56º 0.43% 0.98% -
XYZ 66.38 66.42 34.91 -
YUV 211.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 250 206 142 0 0.18 0.43 0.02 35.56 0.92 0.77
Hex FA CE 8E 0 12 2B 2 24 5C 4D
Octal 372 316 216 0 22 53 2 44 134 115
Binary 11111010 11001110 10001110 0 10010 101011 10 100100 1011100 1001101

Color Harmonies of #FACE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE8E

Black with #FACE8E

Text Example


Text Example

White with #FACE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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