#F1E6CC

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

Shades of Gin Fizz #F1E6CC

Tints of Gin Fizz #F1E6CC

Color information

#F1E6CC (or 0xF1E6CC) is unknown color: approx Gin Fizz. HEX triplet: F1, E6 and CC. RGB value is (241,230,204). Sum of RGB (Red+Green+Blue) = 241+230+204=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6CC is #0E1933. Grayscale: #E6E6E6. Windows color (decimal): -923956 or 13428465. OLE color: 13428465.

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

Color convert

RGB241230204-
CMYK00.050.150.05
HSL42.16º56.92%87.25%-
HSV(B)42.16º15.35%94.51%-
XYZ75.4779.6568.52-
YUV230.32113.14135.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=35.70%
G=34.07%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123020400.050.150.0542.1656.9287.25
HexF1E6CC05F52a3957
Octal361346314051755271127
Binary111100011110011011001100010111111011010101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6CC; }

 p { color: rgb(241,230,204); }

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

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

 a { background-color: rgb(241,230,204); }

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

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

 span { border-color: rgb(241,230,204); }

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