#F2E5BD

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

Shades of Half Colonial White #F2E5BD

Tints of Half Colonial White #F2E5BD

Color information

#F2E5BD (or 0xF2E5BD) is unknown color: approx Half Colonial White. HEX triplet: F2, E5 and BD. RGB value is (242,229,189). Sum of RGB (Red+Green+Blue) = 242+229+189=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5BD is #0D1A42. Grayscale: #E4E4E4. Windows color (decimal): -858691 or 12445170. OLE color: 12445170.

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

Color convert

RGB242229189-
CMYK00.050.220.05
HSL45.28º67.09%84.51%-
HSV(B)45.28º21.9%94.9%-
XYZ73.8278.5959.42-
YUV228.33105.81137.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 229 (89.84% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=36.67%
G=34.70%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222918900.050.220.0545.2867.0984.51
HexF2E5BD051652d4355
Octal3623452750526555103125
Binary11110010111001011011110101011011010110110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5BD; }

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

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

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

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

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

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

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

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