#F1EDCA

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

Shades of Half And Half #F1EDCA

Tints of Half And Half #F1EDCA

Color information

#F1EDCA (or 0xF1EDCA) is unknown color: approx Half And Half. HEX triplet: F1, ED and CA. RGB value is (241,237,202). Sum of RGB (Red+Green+Blue) = 241+237+202=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDCA is #0E1235. Grayscale: #EAEAEA. Windows color (decimal): -922166 or 13299185. OLE color: 13299185.

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

Color convert

RGB241237202-
CMYK00.020.160.05
HSL53.85º58.21%86.86%-
HSV(B)53.85º16.18%94.51%-
XYZ77.2283.5367.93-
YUV234.21109.83132.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 202 (79.30% from 255) = 29.71%
R=35.44%
G=34.85%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123720200.020.160.0553.8558.2186.86
HexF1EDCA02105363a57
Octal361355312022056672127
Binary111100011110110111001010010100001011101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDCA; }

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

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

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

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

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

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

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

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