#F2EDCA

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

Shades of Half And Half #F2EDCA

Tints of Half And Half #F2EDCA

Color information

#F2EDCA (or 0xF2EDCA) is unknown color: approx Half And Half. HEX triplet: F2, ED and CA. RGB value is (242,237,202). Sum of RGB (Red+Green+Blue) = 242+237+202=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDCA is #0D1235. Grayscale: #EAEAEA. Windows color (decimal): -856630 or 13299186. OLE color: 13299186.

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

Color convert

RGB242237202-
CMYK00.020.170.05
HSL52.5º60.61%87.06%-
HSV(B)52.5º16.53%94.9%-
XYZ77.5683.7167.95-
YUV234.5109.66133.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=35.54%
G=34.80%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223720200.020.170.0552.560.6187.06
HexF2EDCA02115343d57
Octal362355312022156475127
Binary111100101110110111001010010100011011101001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDCA; }

 p { color: rgb(242,237,202); }

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

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

 a { background-color: rgb(242,237,202); }

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

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

 span { border-color: rgb(242,237,202); }

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