#F1E5BB

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

Shades of Half Colonial White #F1E5BB

Tints of Half Colonial White #F1E5BB

Color information

#F1E5BB (or 0xF1E5BB) is unknown color: approx Half Colonial White. HEX triplet: F1, E5 and BB. RGB value is (241,229,187). Sum of RGB (Red+Green+Blue) = 241+229+187=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BB is #0E1A44. Grayscale: #E3E3E3. Windows color (decimal): -924229 or 12314097. OLE color: 12314097.

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

Color convert

RGB241229187-
CMYK00.050.220.05
HSL46.67º65.85%83.92%-
HSV(B)46.67º22.41%94.51%-
XYZ73.2678.3358.27-
YUV227.8104.98137.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=36.68%
G=34.86%
B=28.46%

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
Decimal24122918700.050.220.0546.6765.8583.92
HexF1E5BB051652f4254
Octal3613452730526557102124
Binary11110001111001011011101101011011010110111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5BB; }

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

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

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

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

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

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

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

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