#F2E4BD

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

Shades of Half Colonial White #F2E4BD

Tints of Half Colonial White #F2E4BD

Color information

#F2E4BD (or 0xF2E4BD) is unknown color: approx Half Colonial White. HEX triplet: F2, E4 and BD. RGB value is (242,228,189). Sum of RGB (Red+Green+Blue) = 242+228+189=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4BD is #0D1B42. Grayscale: #E3E3E3. Windows color (decimal): -858947 or 12444914. OLE color: 12444914.

HSL color Cylindrical-coordinate representation of color #F2E4BD: hue angle of 44.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2E4BD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242228189-
CMYK00.060.220.05
HSL44.15º67.09%84.51%-
HSV(B)44.15º21.9%94.9%-
XYZ73.5578.0459.33-
YUV227.74106.14138.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=36.72%
G=34.60%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222818900.060.220.0544.1567.0984.51
HexF2E4BD061652c4355
Octal3623442750626554103125
Binary11110010111001001011110101101011010110110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4BD; }

 p { color: rgb(242,228,189); }

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

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

 a { background-color: rgb(242,228,189); }

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

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

 span { border-color: rgb(242,228,189); }

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