#F3DEC1

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

Shades of Sazerac #F3DEC1

Tints of Sazerac #F3DEC1

Color information

#F3DEC1 (or 0xF3DEC1) is unknown color: approx Sazerac. HEX triplet: F3, DE and C1. RGB value is (243,222,193). Sum of RGB (Red+Green+Blue) = 243+222+193=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEC1 is #0C213E. Grayscale: #E1E1E1. Windows color (decimal): -794943 or 12705523. OLE color: 12705523.

HSL color Cylindrical-coordinate representation of color #F3DEC1: hue angle of 34.8º 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 #F3DEC1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243222193-
CMYK00.090.210.05
HSL34.8º67.57%85.49%-
HSV(B)34.8º20.58%95.29%-
XYZ72.7175.1561.12-
YUV224.97109.96140.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 193 (75.78% from 255) = 29.33%
R=36.93%
G=33.74%
B=29.33%

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
Decimal24322219300.090.210.0534.867.5785.49
HexF3DEC109155234455
Octal36333630101125543104125
Binary111100111101111011000001010011010110110001110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEC1; }

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

 H1.HeaderClassName
 {
   color: #F3DEC1;
 }
 .AnyTagClassName
 {
   color: #F3DEC1;
 }
</style>
background-color css

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

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

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

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

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

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