#F1EDC8

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

Shades of Half And Half #F1EDC8

Tints of Half And Half #F1EDC8

Color information

#F1EDC8 (or 0xF1EDC8) is unknown color: approx Half And Half. HEX triplet: F1, ED and C8. RGB value is (241,237,200). Sum of RGB (Red+Green+Blue) = 241+237+200=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC8 is #0E1237. Grayscale: #EAEAEA. Windows color (decimal): -922168 or 13168113. OLE color: 13168113.

HSL color Cylindrical-coordinate representation of color #F1EDC8: hue angle of 54.15º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1EDC8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241237200-
CMYK00.020.170.05
HSL54.15º59.42%86.47%-
HSV(B)54.15º17.01%94.51%-
XYZ76.9983.4466.69-
YUV233.98108.83133.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 200 (78.52% from 255) = 29.50%
R=35.55%
G=34.96%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720000.020.170.0554.1559.4286.47
HexF1EDC802115363b56
Octal361355310022156673126
Binary111100011110110111001000010100011011101101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDC8; }

 p { color: rgb(241,237,200); }

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

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

 a { background-color: rgb(241,237,200); }

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

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

 span { border-color: rgb(241,237,200); }

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