#F3DCC1

Color #F3DCC1 Sazerac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sazerac #F3DCC1

Tints of Sazerac #F3DCC1

Color information

#F3DCC1 (or 0xF3DCC1) is unknown color: approx 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

RGB243220193-
CMYK00.090.210.05
HSL32.4º67.57%85.49%-
HSV(B)32.4º20.58%95.29%-
XYZ72.1874.0960.95-
YUV223.8110.62141.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322019300.090.210.0532.467.5785.49
HexF3DCC109155204455
Octal36333430101125540104125
Binary111100111101110011000001010011010110110000010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>