#F2E5BB

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

Shades of Half Colonial White #F2E5BB

Tints of Half Colonial White #F2E5BB

Color information

#F2E5BB (or 0xF2E5BB) is unknown color: approx Half Colonial White. HEX triplet: F2, E5 and BB. RGB value is (242,229,187). Sum of RGB (Red+Green+Blue) = 242+229+187=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5BB is #0D1A44. Grayscale: #E4E4E4. Windows color (decimal): -858693 or 12314098. OLE color: 12314098.

HSL color Cylindrical-coordinate representation of color #F2E5BB: hue angle of 45.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2E5BB is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242229187-
CMYK00.050.230.05
HSL45.82º67.9%84.12%-
HSV(B)45.82º22.73%94.9%-
XYZ73.6178.558.29-
YUV228.1104.81137.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 229 (89.84% from 255) = 34.80%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=36.78%
G=34.80%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222918700.050.230.0545.8267.984.12
HexF2E5BB051752e4454
Octal3623452730527556104124
Binary11110010111001011011101101011011110110111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5BB; }

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

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

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

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

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

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

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

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