#F2EABF

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

Shades of Half Colonial White #F2EABF

Tints of Half Colonial White #F2EABF

Color information

#F2EABF (or 0xF2EABF) is unknown color: approx Half Colonial White. HEX triplet: F2, EA and BF. RGB value is (242,234,191). Sum of RGB (Red+Green+Blue) = 242+234+191=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EABF is #0D1540. Grayscale: #E7E7E7. Windows color (decimal): -857409 or 12577522. OLE color: 12577522.

HSL color Cylindrical-coordinate representation of color #F2EABF: hue angle of 50.59º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2EABF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242234191-
CMYK00.030.210.05
HSL50.59º66.23%84.9%-
HSV(B)50.59º21.07%94.9%-
XYZ75.4481.4861.04-
YUV231.49105.15135.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 191 (75% from 255) = 28.64%
R=36.28%
G=35.08%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223419100.030.210.0550.5966.2384.9
HexF2EABF03155334255
Octal3623522770325563102125
Binary1111001011101010101111110111010110111001110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EABF; }

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

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

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

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

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

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

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

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