Html Css Color HEX #FFCE7E Chardonnay

📋 copy color: '#FFCE7E'

red 255 ◦ green 206 ◦ blue 126

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

Shades of Chardonnay #FFCE7E

Tints of Chardonnay #FFCE7E

RGB

 RED value IS 255 (100% from 255) = 43.44%

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

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

R = 43.44%
G = 35.09%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCE7E (or 0xFFCE7E) is known color: Chardonnay. HEX triplet: FF, CE and 7E. RGB value is (255,206,126). Sum of RGB (Red+Green+Blue) = 255+206+126=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE7E is #003181. Grayscale: #D3D3D3. Windows color (decimal): -12674 or 8310527. OLE color: 8310527.

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

Color convert

RGB 255 206 126 -
CMYK 0 0.19 0.51 0
HSL 37.21º 1% 0.75% -
HSV(B) 37.21º 0.51% 1% -
XYZ 67.08 66.91 29.12 -
YUV 211.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 255 206 126 0 0.19 0.51 0 37.21 1 0.75
Hex FF CE 7E 0 13 33 0 25 64 4B
Octal 377 316 176 0 23 63 0 45 144 113
Binary 11111111 11001110 1111110 0 10011 110011 0 100101 1100100 1001011

Color Harmonies of #FFCE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE7E

Black with #FFCE7E

Text Example


Text Example

White with #FFCE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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