#f2e8be

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

Shades of Half Colonial White #F2E8BE

Tints of Half Colonial White #F2E8BE

Color information

#F2E8BE (or 0xF2E8BE) is unknown color: approx Half Colonial White. HEX triplet: F2, E8 and BE. RGB value is (242,232,190). Sum of RGB (Red+Green+Blue) = 242+232+190=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8BE is #0D1741. Grayscale: #E6E6E6. Windows color (decimal): -857922 or 12511474. OLE color: 12511474.

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

Color convert

RGB242232190-
CMYK00.040.210.05
HSL48.46º66.67%84.71%-
HSV(B)48.46º21.49%94.9%-
XYZ74.7780.3160.28-
YUV230.2105.31136.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 232 (91.02% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 28.61%
R=36.45%
G=34.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223219000.040.210.0548.4666.6784.71
HexF2E8BE04155304355
Octal3623502760425560103125
Binary11110010111010001011111001001010110111000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e8be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e8be; }

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

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

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

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

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

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

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

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