#FCBE70

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

Shades of Chardonnay #FCBE70

Tints of Chardonnay #FCBE70

Color information

#FCBE70 (or 0xFCBE70) is unknown color: approx Chardonnay. HEX triplet: FC, BE and 70. RGB value is (252,190,112). Sum of RGB (Red+Green+Blue) = 252+190+112=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE70 is #03418F. Grayscale: #C8C8C8. Windows color (decimal): -213392 or 7388924. OLE color: 7388924.

HSL color Cylindrical-coordinate representation of color #FCBE70: hue angle of 33.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCBE70 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252190112-
CMYK00.250.560.01
HSL33.43º95.89%71.37%-
HSV(B)33.43º55.56%98.82%-
XYZ61.4858.6923.42-
YUV199.6578.54165.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 112 (44.14% from 255) = 20.22%
R=45.49%
G=34.30%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219011200.250.560.0133.4395.8971.37
HexFCBE70019381216047
Octal37427616003170141140107
Binary11111100101111101110000011001111000110000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBE70; }

 p { color: rgb(252,190,112); }

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

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

 a { background-color: rgb(252,190,112); }

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

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

 span { border-color: rgb(252,190,112); }

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