#F1EABF

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

Shades of Half And Half #F1EABF

Tints of Half And Half #F1EABF

Color information

#F1EABF (or 0xF1EABF) is unknown color: approx Half And Half. HEX triplet: F1, EA and BF. RGB value is (241,234,191). Sum of RGB (Red+Green+Blue) = 241+234+191=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABF is #0E1540. Grayscale: #E7E7E7. Windows color (decimal): -922945 or 12577521. OLE color: 12577521.

HSL color Cylindrical-coordinate representation of color #F1EABF: hue angle of 51.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1EABF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241234191-
CMYK00.030.210.05
HSL51.6º64.1%84.71%-
HSV(B)51.6º20.75%94.51%-
XYZ75.181.3161.03-
YUV231.19105.32135-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 191 (75% from 255) = 28.68%
R=36.19%
G=35.14%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123419100.030.210.0551.664.184.71
HexF1EABF03155344055
Octal3613522770325564100125
Binary1111000111101010101111110111010110111010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EABF; }

 p { color: rgb(241,234,191); }

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

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

 a { background-color: rgb(241,234,191); }

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

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

 span { border-color: rgb(241,234,191); }

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