Html Css Color HEX #F6DCC5 Sazerac

📋 copy color: '#F6DCC5'

red 246 ◦ green 220 ◦ blue 197

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

Shades of Sazerac #F6DCC5

Tints of Sazerac #F6DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.71%

R = 37.1%
G = 33.18%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6DCC5 (or 0xF6DCC5) is known color: Sazerac. HEX triplet: F6, DC and C5. RGB value is (246,220,197). Sum of RGB (Red+Green+Blue) = 246+220+197=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC5 is #09233A. Grayscale: #E1E1E1. Windows color (decimal): -598843 or 12967158. OLE color: 12967158.

HSL color Cylindrical-coordinate representation of color #F6DCC5: hue angle of 28.16º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6DCC5 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 197 -
CMYK 0 0.11 0.20 0.04
HSL 28.16º 0.73% 0.87% -
HSV(B) 28.16º 0.2% 0.96% -
XYZ 73.68 74.81 63.38 -
YUV 225.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 246 220 197 0 0.11 0.20 0.04 28.16 0.73 0.87
Hex F6 DC C5 0 B 14 4 1C 49 57
Octal 366 334 305 0 13 24 4 34 111 127
Binary 11110110 11011100 11000101 0 1011 10100 100 11100 1001001 1010111

Color Harmonies of #F6DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCC5

Black with #F6DCC5

Text Example


Text Example

White with #F6DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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