Html Css Color HEX #FCBE6C Chardonnay

📋 copy color: '#FCBE6C'

red 252 ◦ green 190 ◦ blue 108

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

Shades of Chardonnay #FCBE6C

Tints of Chardonnay #FCBE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.55%

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

R = 45.82%
G = 34.55%
B = 19.64%

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

#FCBE6C (or 0xFCBE6C) is known color: Chardonnay. HEX triplet: FC, BE and 6C. RGB value is (252,190,108). Sum of RGB (Red+Green+Blue) = 252+190+108=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE6C is #034193. Grayscale: #C7C7C7. Windows color (decimal): -213396 or 7126780. OLE color: 7126780.

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

Color convert

RGB 252 190 108 -
CMYK 0 0.25 0.57 0.01
HSL 34.17º 0.96% 0.71% -
HSV(B) 34.17º 0.57% 0.99% -
XYZ 61.27 58.61 22.27 -
YUV 199.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 252 190 108 0 0.25 0.57 0.01 34.17 0.96 0.71
Hex FC BE 6C 0 19 39 1 22 60 47
Octal 374 276 154 0 31 71 1 42 140 107
Binary 11111100 10111110 1101100 0 11001 111001 1 100010 1100000 1000111

Color Harmonies of #FCBE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE6C

Black with #FCBE6C

Text Example


Text Example

White with #FCBE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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