#F1E6BE

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

Shades of Half Colonial White #F1E6BE

Tints of Half Colonial White #F1E6BE

Color information

#F1E6BE (or 0xF1E6BE) is unknown color: approx Half Colonial White. HEX triplet: F1, E6 and BE. RGB value is (241,230,190). Sum of RGB (Red+Green+Blue) = 241+230+190=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6BE is #0E1941. Grayscale: #E4E4E4. Windows color (decimal): -923970 or 12510961. OLE color: 12510961.

HSL color Cylindrical-coordinate representation of color #F1E6BE: hue angle of 47.06º degrees, saturation: 0.65, 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 #F1E6BE is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241230190-
CMYK00.050.210.05
HSL47.06º64.56%84.51%-
HSV(B)47.06º21.16%94.51%-
XYZ73.8779.0160.07-
YUV228.73106.14136.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=36.46%
G=34.80%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123019000.050.210.0547.0664.5684.51
HexF1E6BE051552f4155
Octal3613462760525557101125
Binary11110001111001101011111001011010110110111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E6BE; }

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

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

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

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

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

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

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

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