Html Css Color HEX #FACA8C Cherokee

📋 copy color: '#FACA8C'

red 250 ◦ green 202 ◦ blue 140

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

Shades of Cherokee #FACA8C

Tints of Cherokee #FACA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.12%

 BLUE value IS 140 (55.08% from 255) = 23.65%

R = 42.23%
G = 34.12%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FACA8C (or 0xFACA8C) is known color: Cherokee. HEX triplet: FA, CA and 8C. RGB value is (250,202,140). Sum of RGB (Red+Green+Blue) = 250+202+140=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8C is #053573. Grayscale: #D1D1D1. Windows color (decimal): -341364 or 9227002. OLE color: 9227002.

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

Color convert

RGB 250 202 140 -
CMYK 0 0.19 0.44 0.02
HSL 33.82º 0.92% 0.76% -
HSV(B) 33.82º 0.44% 0.98% -
XYZ 65.28 64.46 33.81 -
YUV 209.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 250 202 140 0 0.19 0.44 0.02 33.82 0.92 0.76
Hex FA CA 8C 0 13 2C 2 22 5C 4C
Octal 372 312 214 0 23 54 2 42 134 114
Binary 11111010 11001010 10001100 0 10011 101100 10 100010 1011100 1001100

Color Harmonies of #FACA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA8C

Black with #FACA8C

Text Example


Text Example

White with #FACA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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