Html Css Color HEX #FACB8D Cherokee

📋 copy color: '#FACB8D'

red 250 ◦ green 203 ◦ blue 141

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

Shades of Cherokee #FACB8D

Tints of Cherokee #FACB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 42.09%
G = 34.18%
B = 23.74%

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

#FACB8D (or 0xFACB8D) is known color: Cherokee. HEX triplet: FA, CB and 8D. RGB value is (250,203,141). Sum of RGB (Red+Green+Blue) = 250+203+141=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB8D is #053472. Grayscale: #D2D2D2. Windows color (decimal): -341107 or 9292794. OLE color: 9292794.

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

Color convert

RGB 250 203 141 -
CMYK 0 0.19 0.44 0.02
HSL 34.13º 0.92% 0.77% -
HSV(B) 34.13º 0.44% 0.98% -
XYZ 65.59 64.96 34.28 -
YUV 209.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 250 203 141 0 0.19 0.44 0.02 34.13 0.92 0.77
Hex FA CB 8D 0 13 2C 2 22 5C 4D
Octal 372 313 215 0 23 54 2 42 134 115
Binary 11111010 11001011 10001101 0 10011 101100 10 100010 1011100 1001101

Color Harmonies of #FACB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB8D

Black with #FACB8D

Text Example


Text Example

White with #FACB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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