#FECD7D

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

Shades of Chardonnay #FECD7D

Tints of Chardonnay #FECD7D

Color information

#FECD7D (or 0xFECD7D) is unknown color: approx Chardonnay. HEX triplet: FE, CD and 7D. RGB value is (254,205,125). Sum of RGB (Red+Green+Blue) = 254+205+125=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD7D is #013282. Grayscale: #D2D2D2. Windows color (decimal): -78467 or 8244734. OLE color: 8244734.

HSL color Cylindrical-coordinate representation of color #FECD7D: hue angle of 37.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FECD7D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254205125-
CMYK00.190.510.00
HSL37.21º98.47%74.31%-
HSV(B)37.21º50.79%99.61%-
XYZ66.4166.2128.68-
YUV210.5379.73159-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 125 (49.22% from 255) = 21.40%
R=43.49%
G=35.10%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420512500.190.510.0037.2198.4774.31
HexFECD7D01333025624a
Octal37631517502363045142112
Binary11111110110011011111101010011110011010010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECD7D; }

 p { color: rgb(254,205,125); }

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

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

 a { background-color: rgb(254,205,125); }

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

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

 span { border-color: rgb(254,205,125); }

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