#FDCB7E

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

Shades of Chardonnay #FDCB7E

Tints of Chardonnay #FDCB7E

Color information

#FDCB7E (or 0xFDCB7E) is unknown color: approx Chardonnay. HEX triplet: FD, CB and 7E. RGB value is (253,203,126). Sum of RGB (Red+Green+Blue) = 253+203+126=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB7E is #023481. Grayscale: #D1D1D1. Windows color (decimal): -144514 or 8309757. OLE color: 8309757.

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

Color convert

RGB253203126-
CMYK00.200.500.01
HSL36.38º96.95%74.31%-
HSV(B)36.38º50.2%99.22%-
XYZ65.6365.128.85-
YUV209.1781.06159.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 126 (49.61% from 255) = 21.65%
R=43.47%
G=34.88%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320312600.200.500.0136.3896.9574.31
HexFDCB7E01432124614a
Octal37531317602462144141112
Binary11111101110010111111110010100110010110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB7E; }

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

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

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

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

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

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

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

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