#F2E6BF

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

Shades of Half Colonial White #F2E6BF

Tints of Half Colonial White #F2E6BF

Color information

#F2E6BF (or 0xF2E6BF) is unknown color: approx Half Colonial White. HEX triplet: F2, E6 and BF. RGB value is (242,230,191). Sum of RGB (Red+Green+Blue) = 242+230+191=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6BF is #0D1940. Grayscale: #E5E5E5. Windows color (decimal): -858433 or 12576498. OLE color: 12576498.

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

Color convert

RGB242230191-
CMYK00.050.210.05
HSL45.88º66.23%84.9%-
HSV(B)45.88º21.07%94.9%-
XYZ74.3279.2360.67-
YUV229.14106.48137.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 230 (90.23% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 28.81%
R=36.50%
G=34.69%
B=28.81%

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
Decimal24223019100.050.210.0545.8866.2384.9
HexF2E6BF051552e4255
Octal3623462770525556102125
Binary11110010111001101011111101011010110110111010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6BF; }

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

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

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

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

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

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

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

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