#F1E5BD

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

Shades of Half Colonial White #F1E5BD

Tints of Half Colonial White #F1E5BD

Color information

#F1E5BD (or 0xF1E5BD) is unknown color: approx Half Colonial White. HEX triplet: F1, E5 and BD. RGB value is (241,229,189). Sum of RGB (Red+Green+Blue) = 241+229+189=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BD is #0E1A42. Grayscale: #E4E4E4. Windows color (decimal): -924227 or 12445169. OLE color: 12445169.

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

Color convert

RGB241229189-
CMYK00.050.220.05
HSL46.15º65%84.31%-
HSV(B)46.15º21.58%94.51%-
XYZ73.4878.4159.41-
YUV228.03105.98137.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=36.57%
G=34.75%
B=28.68%

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
Decimal24122918900.050.220.0546.156584.31
HexF1E5BD051652e4154
Octal3613452750526556101124
Binary11110001111001011011110101011011010110111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5BD; }

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

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

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

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

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

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

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

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