#F1EAB9

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

Shades of Half Colonial White #F1EAB9

Tints of Half Colonial White #F1EAB9

Color information

#F1EAB9 (or 0xF1EAB9) is unknown color: approx Half Colonial White. HEX triplet: F1, EA and B9. RGB value is (241,234,185). Sum of RGB (Red+Green+Blue) = 241+234+185=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAB9 is #0E1546. Grayscale: #E6E6E6. Windows color (decimal): -922951 or 12184305. OLE color: 12184305.

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

Color convert

RGB241234185-
CMYK00.030.230.05
HSL52.5º66.67%83.53%-
HSV(B)52.5º23.24%94.51%-
XYZ74.4681.0557.62-
YUV230.51102.32135.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 185 (72.66% from 255) = 28.03%
R=36.52%
G=35.45%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123418500.030.230.0552.566.6783.53
HexF1EAB903175344354
Octal3613522710327564103124
Binary1111000111101010101110010111011110111010010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAB9; }

 p { color: rgb(241,234,185); }

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

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

 a { background-color: rgb(241,234,185); }

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

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

 span { border-color: rgb(241,234,185); }

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