#F3DCBF

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

Shades of Sazerac #F3DCBF

Tints of Sazerac #F3DCBF

Color information

#F3DCBF (or 0xF3DCBF) is unknown color: approx Sazerac. HEX triplet: F3, DC and BF. RGB value is (243,220,191). Sum of RGB (Red+Green+Blue) = 243+220+191=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCBF is #0C2340. Grayscale: #DFDFDF. Windows color (decimal): -795457 or 12573939. OLE color: 12573939.

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

Color convert

RGB243220191-
CMYK00.090.210.05
HSL33.46º68.42%85.1%-
HSV(B)33.46º21.4%95.29%-
XYZ71.967459.78-
YUV223.57109.62141.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 29.20%
R=37.16%
G=33.64%
B=29.20%

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
Decimal24322019100.090.210.0533.4668.4285.1
HexF3DCBF09155214455
Octal36333427701125541104125
Binary111100111101110010111111010011010110110000110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCBF; }

 p { color: rgb(243,220,191); }

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

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

 a { background-color: rgb(243,220,191); }

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

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

 span { border-color: rgb(243,220,191); }

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