#F3E7BF

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

Shades of Half Colonial White #F3E7BF

Tints of Half Colonial White #F3E7BF

Color information

#F3E7BF (or 0xF3E7BF) is unknown color: approx Half Colonial White. HEX triplet: F3, E7 and BF. RGB value is (243,231,191). Sum of RGB (Red+Green+Blue) = 243+231+191=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E7BF is #0C1840. Grayscale: #E6E6E6. Windows color (decimal): -792641 or 12576755. OLE color: 12576755.

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

Color convert

RGB243231191-
CMYK00.050.210.05
HSL46.15º68.42%85.1%-
HSV(B)46.15º21.4%95.29%-
XYZ74.9479.9760.78-
YUV230.03105.98137.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 191 (75% from 255) = 28.72%
R=36.54%
G=34.74%
B=28.72%

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
Decimal24323119100.050.210.0546.1568.4285.1
HexF3E7BF051552e4455
Octal3633472770525556104125
Binary11110011111001111011111101011010110110111010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E7BF; }

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

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

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

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

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

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

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

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