#F4E8BF

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

Shades of Half Colonial White #F4E8BF

Tints of Half Colonial White #F4E8BF

Color information

#F4E8BF (or 0xF4E8BF) is unknown color: approx Half Colonial White. HEX triplet: F4, E8 and BF. RGB value is (244,232,191). Sum of RGB (Red+Green+Blue) = 244+232+191=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E8BF is #0B1740. Grayscale: #E7E7E7. Windows color (decimal): -726849 or 12577012. OLE color: 12577012.

HSL color Cylindrical-coordinate representation of color #F4E8BF: hue angle of 46.42º 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 #F4E8BF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB244232191-
CMYK00.050.220.04
HSL46.42º70.67%85.29%-
HSV(B)46.42º21.72%95.69%-
XYZ75.5780.7160.89-
YUV230.91105.48137.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.58%
GREEN value IS 232 (91.02% from 255) = 34.78%
BLUE value IS 191 (75% from 255) = 28.64%
R=36.58%
G=34.78%
B=28.64%

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
Decimal24423219100.050.220.0446.4270.6785.29
HexF4E8BF051642e4755
Octal3643502770526456107125
Binary11110100111010001011111101011011010010111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E8BF; }

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

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

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

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

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

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

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

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