#F5E7BE

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

Shades of Half Colonial White #F5E7BE

Tints of Half Colonial White #F5E7BE

Color information

#F5E7BE (or 0xF5E7BE) is unknown color: approx Half Colonial White. HEX triplet: F5, E7 and BE. RGB value is (245,231,190). Sum of RGB (Red+Green+Blue) = 245+231+190=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7BE is #0A1841. Grayscale: #E6E6E6. Windows color (decimal): -661570 or 12511221. OLE color: 12511221.

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

Color convert

RGB245231190-
CMYK00.060.220.04
HSL44.73º73.33%85.29%-
HSV(B)44.73º22.45%96.08%-
XYZ75.5380.2860.23-
YUV230.51105.14138.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.79%
GREEN value IS 231 (90.62% from 255) = 34.68%
BLUE value IS 190 (74.61% from 255) = 28.53%
R=36.79%
G=34.68%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523119000.060.220.0444.7373.3385.29
HexF5E7BE061642d4955
Octal3653472760626455111125
Binary11110101111001111011111001101011010010110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7BE; }

 p { color: rgb(245,231,190); }

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

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

 a { background-color: rgb(245,231,190); }

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

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

 span { border-color: rgb(245,231,190); }

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