#F2ECC7

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

Shades of Half And Half #F2ECC7

Tints of Half And Half #F2ECC7

Color information

#F2ECC7 (or 0xF2ECC7) is unknown color: approx Half And Half. HEX triplet: F2, EC and C7. RGB value is (242,236,199). Sum of RGB (Red+Green+Blue) = 242+236+199=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC7 is #0D1338. Grayscale: #E9E9E9. Windows color (decimal): -856889 or 13102322. OLE color: 13102322.

HSL color Cylindrical-coordinate representation of color #F2ECC7: hue angle of 51.63º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2ECC7 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242236199-
CMYK00.020.180.05
HSL51.63º62.32%86.47%-
HSV(B)51.63º17.77%94.9%-
XYZ76.9282.9966-
YUV233.58108.49134.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 199 (78.12% from 255) = 29.39%
R=35.75%
G=34.86%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223619900.020.180.0551.6362.3286.47
HexF2ECC702125343e56
Octal362354307022256476126
Binary111100101110110011000111010100101011101001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECC7; }

 p { color: rgb(242,236,199); }

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

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

 a { background-color: rgb(242,236,199); }

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

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

 span { border-color: rgb(242,236,199); }

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