#F2E6BD

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

Shades of Half Colonial White #F2E6BD

Tints of Half Colonial White #F2E6BD

Color information

#F2E6BD (or 0xF2E6BD) is unknown color: approx Half Colonial White. HEX triplet: F2, E6 and BD. RGB value is (242,230,189). Sum of RGB (Red+Green+Blue) = 242+230+189=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6BD is #0D1942. Grayscale: #E5E5E5. Windows color (decimal): -858435 or 12445426. OLE color: 12445426.

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

Color convert

RGB242230189-
CMYK00.050.220.05
HSL46.42º67.09%84.51%-
HSV(B)46.42º21.9%94.9%-
XYZ74.179.1459.52-
YUV228.91105.48137.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.61%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=36.61%
G=34.80%
B=28.59%

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
Decimal24223018900.050.220.0546.4267.0984.51
HexF2E6BD051652e4355
Octal3623462750526556103125
Binary11110010111001101011110101011011010110111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6BD; }

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

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

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

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

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

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

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

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