#F3E0CF

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

Shades of Sazerac #F3E0CF

Tints of Sazerac #F3E0CF

Color information

#F3E0CF (or 0xF3E0CF) is unknown color: approx Sazerac. HEX triplet: F3, E0 and CF. RGB value is (243,224,207). Sum of RGB (Red+Green+Blue) = 243+224+207=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CF is #0C1F30. Grayscale: #E3E3E3. Windows color (decimal): -794417 or 13623539. OLE color: 13623539.

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

Color convert

RGB243224207-
CMYK00.080.150.05
HSL28.33º60%88.24%-
HSV(B)28.33º14.81%95.29%-
XYZ74.8876.8769.92-
YUV227.74116.29138.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.05%
GREEN value IS 224 (87.89% from 255) = 33.23%
BLUE value IS 207 (81.25% from 255) = 30.71%
R=36.05%
G=33.23%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322420700.080.150.0528.336088.24
HexF3E0CF08F51c3c58
Octal3633403170101753474130
Binary111100111110000011001111010001111101111001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0CF; }

 p { color: rgb(243,224,207); }

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

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

 a { background-color: rgb(243,224,207); }

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

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

 span { border-color: rgb(243,224,207); }

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