Html Css Color HEX #FACC8C Cherokee

📋 copy color: '#FACC8C'

red 250 ◦ green 204 ◦ blue 140

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

Shades of Cherokee #FACC8C

Tints of Cherokee #FACC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.34%

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

R = 42.09%
G = 34.34%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FACC8C (or 0xFACC8C) is known color: Cherokee. HEX triplet: FA, CC and 8C. RGB value is (250,204,140). Sum of RGB (Red+Green+Blue) = 250+204+140=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC8C is #053373. Grayscale: #D2D2D2. Windows color (decimal): -340852 or 9227514. OLE color: 9227514.

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

Color convert

RGB 250 204 140 -
CMYK 0 0.18 0.44 0.02
HSL 34.91º 0.92% 0.76% -
HSV(B) 34.91º 0.44% 0.98% -
XYZ 65.75 65.4 33.97 -
YUV 210.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 250 204 140 0 0.18 0.44 0.02 34.91 0.92 0.76
Hex FA CC 8C 0 12 2C 2 23 5C 4C
Octal 372 314 214 0 22 54 2 43 134 114
Binary 11111010 11001100 10001100 0 10010 101100 10 100011 1011100 1001100

Color Harmonies of #FACC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC8C

Black with #FACC8C

Text Example


Text Example

White with #FACC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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