#f4e7bf

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

Shades of Half Colonial White #F4E7BF

Tints of Half Colonial White #F4E7BF

Color information

#F4E7BF (or 0xF4E7BF) is unknown color: approx Half Colonial White. HEX triplet: F4, E7 and BF. RGB value is (244,231,191). Sum of RGB (Red+Green+Blue) = 244+231+191=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E7BF is #0B1840. Grayscale: #E6E6E6. Windows color (decimal): -727105 or 12576756. OLE color: 12576756.

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

Color convert

RGB244231191-
CMYK00.050.220.04
HSL45.28º70.67%85.29%-
HSV(B)45.28º21.72%95.69%-
XYZ75.2980.1560.79-
YUV230.33105.81137.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 231 (90.62% from 255) = 34.68%
BLUE value IS 191 (75% from 255) = 28.68%
R=36.64%
G=34.68%
B=28.68%

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
Decimal24423119100.050.220.0445.2870.6785.29
HexF4E7BF051642d4755
Octal3643472770526455107125
Binary11110100111001111011111101011011010010110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4e7bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4e7bf; }

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

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

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

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

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

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

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

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