Html Css Color HEX #FCBD6C Chardonnay

📋 copy color: '#FCBD6C'

red 252 ◦ green 189 ◦ blue 108

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

Shades of Chardonnay #FCBD6C

Tints of Chardonnay #FCBD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

 BLUE value IS 108 (42.58% from 255) = 19.67%

R = 45.9%
G = 34.43%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCBD6C (or 0xFCBD6C) is known color: Chardonnay. HEX triplet: FC, BD and 6C. RGB value is (252,189,108). Sum of RGB (Red+Green+Blue) = 252+189+108=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD6C is #034293. Grayscale: #C6C6C6. Windows color (decimal): -213652 or 7126524. OLE color: 7126524.

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

Color convert

RGB 252 189 108 -
CMYK 0 0.25 0.57 0.01
HSL 33.75º 0.96% 0.71% -
HSV(B) 33.75º 0.57% 0.99% -
XYZ 61.05 58.17 22.2 -
YUV 198.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 252 189 108 0 0.25 0.57 0.01 33.75 0.96 0.71
Hex FC BD 6C 0 19 39 1 22 60 47
Octal 374 275 154 0 31 71 1 42 140 107
Binary 11111100 10111101 1101100 0 11001 111001 1 100010 1100000 1000111

Color Harmonies of #FCBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD6C

Black with #FCBD6C

Text Example


Text Example

White with #FCBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD6C; }

 p { color: rgb(252,189,108); }

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

background-color css

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

 a { background-color: rgb(252,189,108); }

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

border-color css

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

 span { border-color: rgb(252,189,108); }

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