#fbca7f

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

Shades of Chardonnay #FBCA7F

Tints of Chardonnay #FBCA7F

Color information

#FBCA7F (or 0xFBCA7F) is unknown color: approx Chardonnay. HEX triplet: FB, CA and 7F. RGB value is (251,202,127). Sum of RGB (Red+Green+Blue) = 251+202+127=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCA7F is #043580. Grayscale: #D0D0D0. Windows color (decimal): -275841 or 8375035. OLE color: 8375035.

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

Color convert

RGB251202127-
CMYK00.200.490.02
HSL36.29º93.94%74.12%-
HSV(B)36.29º49.4%98.43%-
XYZ64.7364.2829.07-
YUV208.182.23158.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 127 (50% from 255) = 21.90%
R=43.28%
G=34.83%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120212700.200.490.0236.2993.9474.12
HexFBCA7F014312245e4a
Octal37331217702461244136112
Binary111110111100101011111110101001100011010010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbca7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbca7f; }

 p { color: rgb(251,202,127); }

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

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

 a { background-color: rgb(251,202,127); }

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

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

 span { border-color: rgb(251,202,127); }

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