Html Css Color HEX #FACC8D Cherokee

📋 copy color: '#FACC8D'

red 250 ◦ green 204 ◦ blue 141

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

Shades of Cherokee #FACC8D

Tints of Cherokee #FACC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.7%

R = 42.02%
G = 34.29%
B = 23.7%

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

#FACC8D (or 0xFACC8D) is known color: Cherokee. HEX triplet: FA, CC and 8D. RGB value is (250,204,141). Sum of RGB (Red+Green+Blue) = 250+204+141=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC8D is #053372. Grayscale: #D2D2D2. Windows color (decimal): -340851 or 9293050. OLE color: 9293050.

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

Color convert

RGB 250 204 141 -
CMYK 0 0.18 0.44 0.02
HSL 34.68º 0.92% 0.77% -
HSV(B) 34.68º 0.44% 0.98% -
XYZ 65.82 65.43 34.36 -
YUV 210.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 250 204 141 0 0.18 0.44 0.02 34.68 0.92 0.77
Hex FA CC 8D 0 12 2C 2 23 5C 4D
Octal 372 314 215 0 22 54 2 43 134 115
Binary 11111010 11001100 10001101 0 10010 101100 10 100011 1011100 1001101

Color Harmonies of #FACC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC8D

Black with #FACC8D

Text Example


Text Example

White with #FACC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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