#F3DECB

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

Shades of Sazerac #F3DECB

Tints of Sazerac #F3DECB

Color information

#F3DECB (or 0xF3DECB) is unknown color: approx Sazerac. HEX triplet: F3, DE and CB. RGB value is (243,222,203). Sum of RGB (Red+Green+Blue) = 243+222+203=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DECB is #0C2134. Grayscale: #E2E2E2. Windows color (decimal): -794933 or 13360883. OLE color: 13360883.

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

Color convert

RGB243222203-
CMYK00.090.160.05
HSL28.5º62.5%87.45%-
HSV(B)28.5º16.46%95.29%-
XYZ73.8675.6167.2-
YUV226.11114.96140.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=36.38%
G=33.23%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322220300.090.160.0528.562.587.45
HexF3DECB091051d3e57
Octal3633363130112053576127
Binary1111001111011110110010110100110000101111011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DECB; }

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

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

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

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

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

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

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

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