#F2E8BB

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

Shades of Half Colonial White #F2E8BB

Tints of Half Colonial White #F2E8BB

Color information

#F2E8BB (or 0xF2E8BB) is unknown color: approx Half Colonial White. HEX triplet: F2, E8 and BB. RGB value is (242,232,187). Sum of RGB (Red+Green+Blue) = 242+232+187=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8BB is #0D1744. Grayscale: #E6E6E6. Windows color (decimal): -857925 or 12314866. OLE color: 12314866.

HSL color Cylindrical-coordinate representation of color #F2E8BB: hue angle of 49.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2E8BB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242232187-
CMYK00.040.230.05
HSL49.09º67.9%84.12%-
HSV(B)49.09º22.73%94.9%-
XYZ74.4480.1858.57-
YUV229.86103.81136.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 28.29%
R=36.61%
G=35.10%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223218700.040.230.0549.0967.984.12
HexF2E8BB04175314454
Octal3623502730427561104124
Binary11110010111010001011101101001011110111000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8BB; }

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

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

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

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

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

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

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

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