#F3DFC3

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

Shades of Sazerac #F3DFC3

Tints of Sazerac #F3DFC3

Color information

#F3DFC3 (or 0xF3DFC3) is unknown color: approx Sazerac. HEX triplet: F3, DF and C3. RGB value is (243,223,195). Sum of RGB (Red+Green+Blue) = 243+223+195=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC3 is #0C203C. Grayscale: #E1E1E1. Windows color (decimal): -794685 or 12836851. OLE color: 12836851.

HSL color Cylindrical-coordinate representation of color #F3DFC3: hue angle of 35º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3DFC3 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB243223195-
CMYK00.080.200.05
HSL35º66.67%85.88%-
HSV(B)35º19.75%95.29%-
XYZ73.275.7762.4-
YUV225.79110.63140.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 195 (76.56% from 255) = 29.50%
R=36.76%
G=33.74%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322319500.080.200.053566.6785.88
HexF3DFC308145234356
Octal36333730301024543103126
Binary111100111101111111000011010001010010110001110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFC3; }

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

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

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

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

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

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

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

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