Html Css Color HEX #FBC880 Chardonnay

📋 copy color: '#FBC880'

red 251 ◦ green 200 ◦ blue 128

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

Shades of Chardonnay #FBC880

Tints of Chardonnay #FBC880

RGB

 RED value IS 251 (98.44% from 255) = 43.35%

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 128 (50.39% from 255) = 22.11%

R = 43.35%
G = 34.54%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBC880 (or 0xFBC880) is known color: Chardonnay. HEX triplet: FB, C8 and 80. RGB value is (251,200,128). Sum of RGB (Red+Green+Blue) = 251+200+128=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC880 is #04377F. Grayscale: #CFCFCF. Windows color (decimal): -276352 or 8440059. OLE color: 8440059.

HSL color Cylindrical-coordinate representation of color #FBC880: hue angle of 35.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBC880 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 128 -
CMYK 0 0.20 0.49 0.02
HSL 35.12º 0.94% 0.74% -
HSV(B) 35.12º 0.49% 0.98% -
XYZ 64.33 63.38 29.26 -
YUV 207.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 251 200 128 0 0.20 0.49 0.02 35.12 0.94 0.74
Hex FB C8 80 0 14 31 2 23 5E 4A
Octal 373 310 200 0 24 61 2 43 136 112
Binary 11111011 11001000 10000000 0 10100 110001 10 100011 1011110 1001010

Color Harmonies of #FBC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC880

Black with #FBC880

Text Example


Text Example

White with #FBC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC880; }

 p { color: rgb(251,200,128); }

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

background-color css

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

 a { background-color: rgb(251,200,128); }

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

border-color css

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

 span { border-color: rgb(251,200,128); }

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