#FBBD6B

Color #FBBD6B Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FBBD6B

Tints of Chardonnay #FBBD6B

Color information

#FBBD6B (or 0xFBBD6B) is unknown color: approx Chardonnay. HEX triplet: FB, BD and 6B. RGB value is (251,189,107). Sum of RGB (Red+Green+Blue) = 251+189+107=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBD6B is #044294. Grayscale: #C6C6C6. Windows color (decimal): -279189 or 7060987. OLE color: 7060987.

HSL color Cylindrical-coordinate representation of color #FBBD6B: hue angle of 34.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBBD6B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251189107-
CMYK00.250.570.02
HSL34.17º94.74%70.2%-
HSV(B)34.17º57.37%98.43%-
XYZ60.6457.9721.9-
YUV198.1976.54165.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 107 (42.19% from 255) = 19.56%
R=45.89%
G=34.55%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118910700.250.570.0234.1794.7470.2
HexFBBD6B019392225f46
Octal37327515303171242137106
Binary111110111011110111010110110011110011010001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBD6B; }

 p { color: rgb(251,189,107); }

 H1.HeaderClassName
 {
   color: #FBBD6B;
 }
 .AnyTagClassName
 {
   color: #FBBD6B;
 }
</style>
background-color css

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

 a { background-color: rgb(251,189,107); }

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

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

 span { border-color: rgb(251,189,107); }

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