Html Css Color HEX #FCCD7C Chardonnay

📋 copy color: '#FCCD7C'

red 252 ◦ green 205 ◦ blue 124

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

Shades of Chardonnay #FCCD7C

Tints of Chardonnay #FCCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 124 (48.83% from 255) = 21.34%

R = 43.37%
G = 35.28%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCCD7C (or 0xFCCD7C) is known color: Chardonnay. HEX triplet: FC, CD and 7C. RGB value is (252,205,124). Sum of RGB (Red+Green+Blue) = 252+205+124=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD7C is #033283. Grayscale: #D2D2D2. Windows color (decimal): -209540 or 8179196. OLE color: 8179196.

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

Color convert

RGB 252 205 124 -
CMYK 0 0.19 0.51 0.01
HSL 37.97º 0.96% 0.74% -
HSV(B) 37.97º 0.51% 0.99% -
XYZ 65.61 65.81 28.31 -
YUV 209.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 252 205 124 0 0.19 0.51 0.01 37.97 0.96 0.74
Hex FC CD 7C 0 13 33 1 26 60 4A
Octal 374 315 174 0 23 63 1 46 140 112
Binary 11111100 11001101 1111100 0 10011 110011 1 100110 1100000 1001010

Color Harmonies of #FCCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD7C

Black with #FCCD7C

Text Example


Text Example

White with #FCCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD7C; }

 p { color: rgb(252,205,124); }

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

background-color css

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

 a { background-color: rgb(252,205,124); }

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

border-color css

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

 span { border-color: rgb(252,205,124); }

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