Html Css Color HEX #FCCC7E Chardonnay

📋 copy color: '#FCCC7E'

red 252 ◦ green 204 ◦ blue 126

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

Shades of Chardonnay #FCCC7E

Tints of Chardonnay #FCCC7E

RGB

 RED value IS 252 (98.83% from 255) = 43.3%

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 43.3%
G = 35.05%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FCCC7E (or 0xFCCC7E) is known color: Chardonnay. HEX triplet: FC, CC and 7E. RGB value is (252,204,126). Sum of RGB (Red+Green+Blue) = 252+204+126=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC7E is #033381. Grayscale: #D1D1D1. Windows color (decimal): -209794 or 8310012. OLE color: 8310012.

HSL color Cylindrical-coordinate representation of color #FCCC7E: hue angle of 37.14º degrees, saturation: 0.95, 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 #FCCC7E is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 126 -
CMYK 0 0.19 0.5 0.01
HSL 37.14º 0.95% 0.74% -
HSV(B) 37.14º 0.5% 0.99% -
XYZ 65.5 65.39 28.91 -
YUV 209.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 252 204 126 0 0.19 0.5 0.01 37.14 0.95 0.74
Hex FC CC 7E 0 13 32 1 25 5F 4A
Octal 374 314 176 0 23 62 1 45 137 112
Binary 11111100 11001100 1111110 0 10011 110010 1 100101 1011111 1001010

Color Harmonies of #FCCC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC7E

Black with #FCCC7E

Text Example


Text Example

White with #FCCC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC7E; }

 p { color: rgb(252,204,126); }

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

background-color css

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

 a { background-color: rgb(252,204,126); }

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

border-color css

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

 span { border-color: rgb(252,204,126); }

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