#F3DFCB

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

Shades of Sazerac #F3DFCB

Tints of Sazerac #F3DFCB

Color information

#F3DFCB (or 0xF3DFCB) is unknown color: approx Sazerac. HEX triplet: F3, DF and CB. RGB value is (243,223,203). Sum of RGB (Red+Green+Blue) = 243+223+203=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFCB is #0C2034. Grayscale: #E2E2E2. Windows color (decimal): -794677 or 13361139. OLE color: 13361139.

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

Color convert

RGB243223203-
CMYK00.080.160.05
HSL30º62.5%87.45%-
HSV(B)30º16.46%95.29%-
XYZ74.1376.1467.29-
YUV226.7114.63139.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=36.32%
G=33.33%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322320300.080.160.053062.587.45
HexF3DFCB081051e3e57
Octal3633373130102053676127
Binary1111001111011111110010110100010000101111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFCB; }

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

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

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

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

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

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

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

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