#F2E5BE

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

Shades of Half Colonial White #F2E5BE

Tints of Half Colonial White #F2E5BE

Color information

#F2E5BE (or 0xF2E5BE) is unknown color: approx Half Colonial White. HEX triplet: F2, E5 and BE. RGB value is (242,229,190). Sum of RGB (Red+Green+Blue) = 242+229+190=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5BE is #0D1A41. Grayscale: #E4E4E4. Windows color (decimal): -858690 or 12510706. OLE color: 12510706.

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

Color convert

RGB242229190-
CMYK00.050.210.05
HSL45º66.67%84.71%-
HSV(B)45º21.49%94.9%-
XYZ73.9378.6360-
YUV228.44106.31137.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 190 (74.61% from 255) = 28.74%
R=36.61%
G=34.64%
B=28.74%

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
Decimal24222919000.050.210.054566.6784.71
HexF2E5BE051552d4355
Octal3623452760525555103125
Binary11110010111001011011111001011010110110110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5BE; }

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

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

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

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

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

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

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

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