#F2E7BD

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

Shades of Half Colonial White #F2E7BD

Tints of Half Colonial White #F2E7BD

Color information

#F2E7BD (or 0xF2E7BD) is unknown color: approx Half Colonial White. HEX triplet: F2, E7 and BD. RGB value is (242,231,189). Sum of RGB (Red+Green+Blue) = 242+231+189=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7BD is #0D1842. Grayscale: #E5E5E5. Windows color (decimal): -858179 or 12445682. OLE color: 12445682.

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

Color convert

RGB242231189-
CMYK00.050.220.05
HSL47.55º67.09%84.51%-
HSV(B)47.55º21.9%94.9%-
XYZ74.3879.759.61-
YUV229.5105.14136.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=36.56%
G=34.89%
B=28.55%

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
Decimal24223118900.050.220.0547.5567.0984.51
HexF2E7BD05165304355
Octal3623472750526560103125
Binary11110010111001111011110101011011010111000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7BD; }

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

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

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

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

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

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

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

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