Html Css Color HEX #FACA7C Chardonnay

📋 copy color: '#FACA7C'

red 250 ◦ green 202 ◦ blue 124

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

Shades of Chardonnay #FACA7C

Tints of Chardonnay #FACA7C

RGB

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

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

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

R = 43.4%
G = 35.07%
B = 21.53%

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

#FACA7C (or 0xFACA7C) is known color: Chardonnay. HEX triplet: FA, CA and 7C. RGB value is (250,202,124). Sum of RGB (Red+Green+Blue) = 250+202+124=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7C is #053583. Grayscale: #CFCFCF. Windows color (decimal): -341380 or 8178426. OLE color: 8178426.

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

Color convert

RGB 250 202 124 -
CMYK 0 0.19 0.50 0.02
HSL 37.14º 0.93% 0.73% -
HSV(B) 37.14º 0.5% 0.98% -
XYZ 64.18 64.02 28.04 -
YUV 207.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 250 202 124 0 0.19 0.50 0.02 37.14 0.93 0.73
Hex FA CA 7C 0 13 32 2 25 5D 49
Octal 372 312 174 0 23 62 2 45 135 111
Binary 11111010 11001010 1111100 0 10011 110010 10 100101 1011101 1001001

Color Harmonies of #FACA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA7C

Black with #FACA7C

Text Example


Text Example

White with #FACA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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