#F4EBBF

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

Shades of Half Colonial White #F4EBBF

Tints of Half Colonial White #F4EBBF

Color information

#F4EBBF (or 0xF4EBBF) is unknown color: approx Half Colonial White. HEX triplet: F4, EB and BF. RGB value is (244,235,191). Sum of RGB (Red+Green+Blue) = 244+235+191=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EBBF is #0B1440. Grayscale: #E8E8E8. Windows color (decimal): -726081 or 12577780. OLE color: 12577780.

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

Color convert

RGB244235191-
CMYK00.040.220.04
HSL49.81º70.67%85.29%-
HSV(B)49.81º21.72%95.69%-
XYZ76.4282.4161.17-
YUV232.68104.48136.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.42%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 191 (75% from 255) = 28.51%
R=36.42%
G=35.07%
B=28.51%

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
Decimal24423519100.040.220.0449.8170.6785.29
HexF4EBBF04164324755
Octal3643532770426462107125
Binary11110100111010111011111101001011010011001010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EBBF; }

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

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

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

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

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

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

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

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