#F4E8BE

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

Shades of Half Colonial White #F4E8BE

Tints of Half Colonial White #F4E8BE

Color information

#F4E8BE (or 0xF4E8BE) is unknown color: approx Half Colonial White. HEX triplet: F4, E8 and BE. RGB value is (244,232,190). Sum of RGB (Red+Green+Blue) = 244+232+190=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E8BE is #0B1741. Grayscale: #E6E6E6. Windows color (decimal): -726850 or 12511476. OLE color: 12511476.

HSL color Cylindrical-coordinate representation of color #F4E8BE: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4E8BE is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244232190-
CMYK00.050.220.04
HSL46.67º71.05%85.1%-
HSV(B)46.67º22.13%95.69%-
XYZ75.4680.6660.31-
YUV230.8104.98137.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 232 (91.02% from 255) = 34.83%
BLUE value IS 190 (74.61% from 255) = 28.53%
R=36.64%
G=34.83%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423219000.050.220.0446.6771.0585.1
HexF4E8BE051642f4755
Octal3643502760526457107125
Binary11110100111010001011111001011011010010111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E8BE; }

 p { color: rgb(244,232,190); }

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

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

 a { background-color: rgb(244,232,190); }

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

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

 span { border-color: rgb(244,232,190); }

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