Html Css Color HEX #F3DCC1 Sazerac

📋 copy color: '#F3DCC1'

red 243 ◦ green 220 ◦ blue 193

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

Shades of Sazerac #F3DCC1

Tints of Sazerac #F3DCC1

RGB

 RED value IS 243 (95.31% from 255) = 37.04%

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

 BLUE value IS 193 (75.78% from 255) = 29.42%

R = 37.04%
G = 33.54%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F3DCC1 (or 0xF3DCC1) is known color: Sazerac. HEX triplet: F3, DC and C1. RGB value is (243,220,193). Sum of RGB (Red+Green+Blue) = 243+220+193=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 193 (75.78% from 255 or 29.42% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCC1 is #0C233E. Grayscale: #DFDFDF. Windows color (decimal): -795455 or 12705011. OLE color: 12705011.

HSL color Cylindrical-coordinate representation of color #F3DCC1: hue angle of 32.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3DCC1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 193 -
CMYK 0 0.09 0.21 0.05
HSL 32.4º 0.68% 0.85% -
HSV(B) 32.4º 0.21% 0.95% -
XYZ 72.18 74.09 60.95 -
YUV 223.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 243 220 193 0 0.09 0.21 0.05 32.4 0.68 0.85
Hex F3 DC C1 0 9 15 5 20 44 55
Octal 363 334 301 0 11 25 5 40 104 125
Binary 11110011 11011100 11000001 0 1001 10101 101 100000 1000100 1010101

Color Harmonies of #F3DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DCC1

Black with #F3DCC1

Text Example


Text Example

White with #F3DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DCC1; }

 p { color: rgb(243,220,193); }

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

background-color css

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

 a { background-color: rgb(243,220,193); }

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

border-color css

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

 span { border-color: rgb(243,220,193); }

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