Html Css Color HEX #FACB7C Chardonnay

📋 copy color: '#FACB7C'

red 250 ◦ green 203 ◦ blue 124

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

Shades of Chardonnay #FACB7C

Tints of Chardonnay #FACB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.49%

R = 43.33%
G = 35.18%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FACB7C (or 0xFACB7C) is known color: Chardonnay. HEX triplet: FA, CB and 7C. RGB value is (250,203,124). Sum of RGB (Red+Green+Blue) = 250+203+124=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7C is #053483. Grayscale: #D0D0D0. Windows color (decimal): -341124 or 8178682. OLE color: 8178682.

HSL color Cylindrical-coordinate representation of color #FACB7C: hue angle of 37.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FACB7C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 124 -
CMYK 0 0.19 0.50 0.02
HSL 37.62º 0.93% 0.73% -
HSV(B) 37.62º 0.5% 0.98% -
XYZ 64.42 64.49 28.12 -
YUV 208.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 250 203 124 0 0.19 0.50 0.02 37.62 0.93 0.73
Hex FA CB 7C 0 13 32 2 26 5D 49
Octal 372 313 174 0 23 62 2 46 135 111
Binary 11111010 11001011 1111100 0 10011 110010 10 100110 1011101 1001001

Color Harmonies of #FACB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB7C

Black with #FACB7C

Text Example


Text Example

White with #FACB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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