#FDCA7E

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

Shades of Chardonnay #FDCA7E

Tints of Chardonnay #FDCA7E

Color information

#FDCA7E (or 0xFDCA7E) is unknown color: approx Chardonnay. HEX triplet: FD, CA and 7E. RGB value is (253,202,126). Sum of RGB (Red+Green+Blue) = 253+202+126=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCA7E is #023581. Grayscale: #D0D0D0. Windows color (decimal): -144770 or 8309501. OLE color: 8309501.

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

Color convert

RGB253202126-
CMYK00.200.500.01
HSL35.91º96.95%74.31%-
HSV(B)35.91º50.2%99.22%-
XYZ65.3964.6328.77-
YUV208.5881.4159.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.55%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=43.55%
G=34.77%
B=21.69%

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
Decimal25320212600.200.500.0135.9196.9574.31
HexFDCA7E01432124614a
Octal37531217602462144141112
Binary11111101110010101111110010100110010110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA7E; }

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

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

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

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

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

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

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

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