#F5EBBF

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

Shades of Half Colonial White #F5EBBF

Tints of Half Colonial White #F5EBBF

Color information

#F5EBBF (or 0xF5EBBF) is unknown color: approx Half Colonial White. HEX triplet: F5, EB and BF. RGB value is (245,235,191). Sum of RGB (Red+Green+Blue) = 245+235+191=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBBF is #0A1440. Grayscale: #E9E9E9. Windows color (decimal): -660545 or 12577781. OLE color: 12577781.

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

Color convert

RGB245235191-
CMYK00.040.220.04
HSL48.89º72.97%85.49%-
HSV(B)48.89º22.04%96.08%-
XYZ76.7782.5961.19-
YUV232.97104.31136.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 191 (75% from 255) = 28.46%
R=36.51%
G=35.02%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523519100.040.220.0448.8972.9785.49
HexF5EBBF04164314955
Octal3653532770426461111125
Binary11110101111010111011111101001011010011000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBBF; }

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

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

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

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

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

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

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

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