Html Css Color HEX #FACA7D Chardonnay

📋 copy color: '#FACA7D'

red 250 ◦ green 202 ◦ blue 125

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

Shades of Chardonnay #FACA7D

Tints of Chardonnay #FACA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.66%

R = 43.33%
G = 35.01%
B = 21.66%

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

#FACA7D (or 0xFACA7D) is known color: Chardonnay. HEX triplet: FA, CA and 7D. RGB value is (250,202,125). Sum of RGB (Red+Green+Blue) = 250+202+125=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA7D is #053582. Grayscale: #CFCFCF. Windows color (decimal): -341379 or 8243962. OLE color: 8243962.

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

Color convert

RGB 250 202 125 -
CMYK 0 0.19 0.50 0.02
HSL 36.96º 0.93% 0.74% -
HSV(B) 36.96º 0.5% 0.98% -
XYZ 64.25 64.05 28.38 -
YUV 207.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 250 202 125 0 0.19 0.50 0.02 36.96 0.93 0.74
Hex FA CA 7D 0 13 32 2 25 5D 4A
Octal 372 312 175 0 23 62 2 45 135 112
Binary 11111010 11001010 1111101 0 10011 110010 10 100101 1011101 1001010

Color Harmonies of #FACA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA7D

Black with #FACA7D

Text Example


Text Example

White with #FACA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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