Html Css Color HEX #FFCE80 Chardonnay

📋 copy color: '#FFCE80'

red 255 ◦ green 206 ◦ blue 128

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

Shades of Chardonnay #FFCE80

Tints of Chardonnay #FFCE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.73%

R = 43.29%
G = 34.97%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFCE80 (or 0xFFCE80) is known color: Chardonnay. HEX triplet: FF, CE and 80. RGB value is (255,206,128). Sum of RGB (Red+Green+Blue) = 255+206+128=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE80 is #00317F. Grayscale: #D4D4D4. Windows color (decimal): -12672 or 8441599. OLE color: 8441599.

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

Color convert

RGB 255 206 128 -
CMYK 0 0.19 0.50 0
HSL 36.85º 1% 0.75% -
HSV(B) 36.85º 0.5% 1% -
XYZ 67.21 66.96 29.8 -
YUV 211.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 255 206 128 0 0.19 0.50 0 36.85 1 0.75
Hex FF CE 80 0 13 32 0 25 64 4B
Octal 377 316 200 0 23 62 0 45 144 113
Binary 11111111 11001110 10000000 0 10011 110010 0 100101 1100100 1001011

Color Harmonies of #FFCE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE80

Black with #FFCE80

Text Example


Text Example

White with #FFCE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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