Html Css Color HEX #FCCD7D Chardonnay

📋 copy color: '#FCCD7D'

red 252 ◦ green 205 ◦ blue 125

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

Shades of Chardonnay #FCCD7D

Tints of Chardonnay #FCCD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 43.3%
G = 35.22%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCCD7D (or 0xFCCD7D) is known color: Chardonnay. HEX triplet: FC, CD and 7D. RGB value is (252,205,125). Sum of RGB (Red+Green+Blue) = 252+205+125=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD7D is #033282. Grayscale: #D2D2D2. Windows color (decimal): -209539 or 8244732. OLE color: 8244732.

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

Color convert

RGB 252 205 125 -
CMYK 0 0.19 0.50 0.01
HSL 37.8º 0.95% 0.74% -
HSV(B) 37.8º 0.5% 0.99% -
XYZ 65.68 65.84 28.65 -
YUV 209.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 252 205 125 0 0.19 0.50 0.01 37.8 0.95 0.74
Hex FC CD 7D 0 13 32 1 26 5F 4A
Octal 374 315 175 0 23 62 1 46 137 112
Binary 11111100 11001101 1111101 0 10011 110010 1 100110 1011111 1001010

Color Harmonies of #FCCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD7D

Black with #FCCD7D

Text Example


Text Example

White with #FCCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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