#F4EABF

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

Shades of Half Colonial White #F4EABF

Tints of Half Colonial White #F4EABF

Color information

#F4EABF (or 0xF4EABF) is unknown color: approx Half Colonial White. HEX triplet: F4, EA and BF. RGB value is (244,234,191). Sum of RGB (Red+Green+Blue) = 244+234+191=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EABF is #0B1540. Grayscale: #E8E8E8. Windows color (decimal): -726337 or 12577524. OLE color: 12577524.

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

Color convert

RGB244234191-
CMYK00.040.220.04
HSL48.68º70.67%85.29%-
HSV(B)48.68º21.72%95.69%-
XYZ76.1481.8461.07-
YUV232.09104.81136.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 191 (75% from 255) = 28.55%
R=36.47%
G=34.98%
B=28.55%

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
Decimal24423419100.040.220.0448.6870.6785.29
HexF4EABF04164314755
Octal3643522770426461107125
Binary11110100111010101011111101001011010011000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EABF; }

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

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

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

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

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

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

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

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