#FDCB80

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

Shades of Chardonnay #FDCB80

Tints of Chardonnay #FDCB80

Color information

#FDCB80 (or 0xFDCB80) is unknown color: approx Chardonnay. HEX triplet: FD, CB and 80. RGB value is (253,203,128). Sum of RGB (Red+Green+Blue) = 253+203+128=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB80 is #02347F. Grayscale: #D1D1D1. Windows color (decimal): -144512 or 8440829. OLE color: 8440829.

HSL color Cylindrical-coordinate representation of color #FDCB80: hue angle of 36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDCB80 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253203128-
CMYK00.200.490.01
HSL36º96.9%74.71%-
HSV(B)36º49.41%99.22%-
XYZ65.7665.1529.53-
YUV209.482.06159.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=43.32%
G=34.76%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320312800.200.490.013696.974.71
HexFDCB8001431124614b
Octal37531320002461144141113
Binary111111011100101110000000010100110001110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB80; }

 p { color: rgb(253,203,128); }

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

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

 a { background-color: rgb(253,203,128); }

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

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

 span { border-color: rgb(253,203,128); }

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