#F2E9BF

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

Shades of Half Colonial White #F2E9BF

Tints of Half Colonial White #F2E9BF

Color information

#F2E9BF (or 0xF2E9BF) is unknown color: approx Half Colonial White. HEX triplet: F2, E9 and BF. RGB value is (242,233,191). Sum of RGB (Red+Green+Blue) = 242+233+191=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9BF is #0D1640. Grayscale: #E7E7E7. Windows color (decimal): -857665 or 12577266. OLE color: 12577266.

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

Color convert

RGB242233191-
CMYK00.040.210.05
HSL49.41º66.23%84.9%-
HSV(B)49.41º21.07%94.9%-
XYZ75.1680.9260.95-
YUV230.9105.48135.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 233 (91.41% from 255) = 34.98%
BLUE value IS 191 (75% from 255) = 28.68%
R=36.34%
G=34.98%
B=28.68%

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
Decimal24223319100.040.210.0549.4166.2384.9
HexF2E9BF04155314255
Octal3623512770425561102125
Binary11110010111010011011111101001010110111000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9BF; }

 p { color: rgb(242,233,191); }

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

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

 a { background-color: rgb(242,233,191); }

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

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

 span { border-color: rgb(242,233,191); }

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