Html Css Color HEX #FACB7B Chardonnay

📋 copy color: '#FACB7B'

red 250 ◦ green 203 ◦ blue 123

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

Shades of Chardonnay #FACB7B

Tints of Chardonnay #FACB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.35%

R = 43.4%
G = 35.24%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FACB7B (or 0xFACB7B) is known color: Chardonnay. HEX triplet: FA, CB and 7B. RGB value is (250,203,123). Sum of RGB (Red+Green+Blue) = 250+203+123=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB7B is #053484. Grayscale: #D0D0D0. Windows color (decimal): -341125 or 8113146. OLE color: 8113146.

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

Color convert

RGB 250 203 123 -
CMYK 0 0.19 0.51 0.02
HSL 37.8º 0.93% 0.73% -
HSV(B) 37.8º 0.51% 0.98% -
XYZ 64.36 64.47 27.79 -
YUV 207.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 250 203 123 0 0.19 0.51 0.02 37.8 0.93 0.73
Hex FA CB 7B 0 13 33 2 26 5D 49
Octal 372 313 173 0 23 63 2 46 135 111
Binary 11111010 11001011 1111011 0 10011 110011 10 100110 1011101 1001001

Color Harmonies of #FACB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB7B

Black with #FACB7B

Text Example


Text Example

White with #FACB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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