#F3DFCD

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

Shades of Sazerac #F3DFCD

Tints of Sazerac #F3DFCD

Color information

#F3DFCD (or 0xF3DFCD) is unknown color: approx Sazerac. HEX triplet: F3, DF and CD. RGB value is (243,223,205). Sum of RGB (Red+Green+Blue) = 243+223+205=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFCD is #0C2032. Grayscale: #E3E3E3. Windows color (decimal): -794675 or 13492211. OLE color: 13492211.

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

Color convert

RGB243223205-
CMYK00.080.160.05
HSL28.42º61.29%87.84%-
HSV(B)28.42º15.64%95.29%-
XYZ74.3776.2468.55-
YUV226.93115.63139.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=36.21%
G=33.23%
B=30.55%

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
Decimal24322320500.080.160.0528.4261.2987.84
HexF3DFCD081051c3d58
Octal3633373150102053475130
Binary1111001111011111110011010100010000101111001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFCD; }

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

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

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

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

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

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

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

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