#F5EBBB

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

Shades of Half Colonial White #F5EBBB

Tints of Half Colonial White #F5EBBB

Color information

#F5EBBB (or 0xF5EBBB) is unknown color: approx Half Colonial White. HEX triplet: F5, EB and BB. RGB value is (245,235,187). Sum of RGB (Red+Green+Blue) = 245+235+187=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBBB is #0A1444. Grayscale: #E8E8E8. Windows color (decimal): -660549 or 12315637. OLE color: 12315637.

HSL color Cylindrical-coordinate representation of color #F5EBBB: hue angle of 49.66º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5EBBB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245235187-
CMYK00.040.240.04
HSL49.66º74.36%84.71%-
HSV(B)49.66º23.67%96.08%-
XYZ76.3382.4258.9-
YUV232.52102.31136.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 187 (73.44% from 255) = 28.04%
R=36.73%
G=35.23%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523518700.040.240.0449.6674.3684.71
HexF5EBBB04184324a55
Octal3653532730430462112125
Binary11110101111010111011101101001100010011001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBBB; }

 p { color: rgb(245,235,187); }

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

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

 a { background-color: rgb(245,235,187); }

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

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

 span { border-color: rgb(245,235,187); }

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