#F1EABC

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

Shades of Half Colonial White #F1EABC

Tints of Half Colonial White #F1EABC

Color information

#F1EABC (or 0xF1EABC) is unknown color: approx Half Colonial White. HEX triplet: F1, EA and BC. RGB value is (241,234,188). Sum of RGB (Red+Green+Blue) = 241+234+188=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABC is #0E1543. Grayscale: #E7E7E7. Windows color (decimal): -922948 or 12380913. OLE color: 12380913.

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

Color convert

RGB241234188-
CMYK00.030.220.05
HSL52.08º65.43%84.12%-
HSV(B)52.08º21.99%94.51%-
XYZ74.7881.1859.3-
YUV230.85103.82135.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 188 (73.83% from 255) = 28.36%
R=36.35%
G=35.29%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123418800.030.220.0552.0865.4384.12
HexF1EABC03165344154
Octal3613522740326564101124
Binary1111000111101010101111000111011010111010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EABC; }

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

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

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

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

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

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

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

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