Html Css Color HEX #FECE7E Chardonnay

📋 copy color: '#FECE7E'

red 254 ◦ green 206 ◦ blue 126

#FECE7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #FECE7E

Tints of Chardonnay #FECE7E

RGB

 RED value IS 254 (99.61% from 255) = 43.34%

 GREEN value IS 206 (80.86% from 255) = 35.15%

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 43.34%
G = 35.15%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FECE7E (or 0xFECE7E) is known color: Chardonnay. HEX triplet: FE, CE and 7E. RGB value is (254,206,126). Sum of RGB (Red+Green+Blue) = 254+206+126=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE7E is #013181. Grayscale: #D3D3D3. Windows color (decimal): -78210 or 8310526. OLE color: 8310526.

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

Color convert

RGB 254 206 126 -
CMYK 0 0.19 0.50 0.00
HSL 37.5º 0.98% 0.75% -
HSV(B) 37.5º 0.5% 1% -
XYZ 66.71 66.72 29.1 -
YUV 211.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 254 206 126 0 0.19 0.50 0.00 37.5 0.98 0.75
Hex FE CE 7E 0 13 32 0 26 62 4B
Octal 376 316 176 0 23 62 0 46 142 113
Binary 11111110 11001110 1111110 0 10011 110010 0 100110 1100010 1001011

Color Harmonies of #FECE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE7E

Black with #FECE7E

Text Example


Text Example

White with #FECE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE7E; }

 p { color: rgb(254,206,126); }

 H1.HeaderClassName
 {
   color: #FECE7E;
 }
 .AnyTagClassName
 {
   color: #FECE7E;
 }
</style>

background-color css

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

 a { background-color: rgb(254,206,126); }

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

border-color css

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

 span { border-color: rgb(254,206,126); }

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