Html Css Color HEX #FCBE6B Chardonnay

📋 copy color: '#FCBE6B'

red 252 ◦ green 190 ◦ blue 107

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

Shades of Chardonnay #FCBE6B

Tints of Chardonnay #FCBE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.49%

R = 45.9%
G = 34.61%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCBE6B (or 0xFCBE6B) is known color: Chardonnay. HEX triplet: FC, BE and 6B. RGB value is (252,190,107). Sum of RGB (Red+Green+Blue) = 252+190+107=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE6B is #034194. Grayscale: #C7C7C7. Windows color (decimal): -213397 or 7061244. OLE color: 7061244.

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

Color convert

RGB 252 190 107 -
CMYK 0 0.25 0.58 0.01
HSL 34.34º 0.96% 0.7% -
HSV(B) 34.34º 0.58% 0.99% -
XYZ 61.21 58.58 21.99 -
YUV 199.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 252 190 107 0 0.25 0.58 0.01 34.34 0.96 0.7
Hex FC BE 6B 0 19 3A 1 22 60 46
Octal 374 276 153 0 31 72 1 42 140 106
Binary 11111100 10111110 1101011 0 11001 111010 1 100010 1100000 1000110

Color Harmonies of #FCBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE6B

Black with #FCBE6B

Text Example


Text Example

White with #FCBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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