Html Css Color HEX #F6DCBE Sazerac

📋 copy color: '#F6DCBE'

red 246 ◦ green 220 ◦ blue 190

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

Shades of Sazerac #F6DCBE

Tints of Sazerac #F6DCBE

RGB

 RED value IS 246 (96.48% from 255) = 37.5%

 GREEN value IS 220 (86.33% from 255) = 33.54%

 BLUE value IS 190 (74.61% from 255) = 28.96%

R = 37.5%
G = 33.54%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6DCBE (or 0xF6DCBE) is known color: Sazerac. HEX triplet: F6, DC and BE. RGB value is (246,220,190). Sum of RGB (Red+Green+Blue) = 246+220+190=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCBE is #092341. Grayscale: #E0E0E0. Windows color (decimal): -598850 or 12508406. OLE color: 12508406.

HSL color Cylindrical-coordinate representation of color #F6DCBE: hue angle of 32.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6DCBE is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 190 -
CMYK 0 0.11 0.23 0.04
HSL 32.14º 0.76% 0.85% -
HSV(B) 32.14º 0.23% 0.96% -
XYZ 72.89 74.5 59.25 -
YUV 224.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 246 220 190 0 0.11 0.23 0.04 32.14 0.76 0.85
Hex F6 DC BE 0 B 17 4 20 4C 55
Octal 366 334 276 0 13 27 4 40 114 125
Binary 11110110 11011100 10111110 0 1011 10111 100 100000 1001100 1010101

Color Harmonies of #F6DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCBE

Black with #F6DCBE

Text Example


Text Example

White with #F6DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCBE; }

 p { color: rgb(246,220,190); }

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

background-color css

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

 a { background-color: rgb(246,220,190); }

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

border-color css

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

 span { border-color: rgb(246,220,190); }

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