Html Css Color HEX #F2EDC8 Half And Half

📋 copy color: '#F2EDC8'

red 242 ◦ green 237 ◦ blue 200

#F2EDC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half And Half #F2EDC8

Tints of Half And Half #F2EDC8

RGB

 RED value IS 242 (94.92% from 255) = 35.64%

 GREEN value IS 237 (92.97% from 255) = 34.9%

 BLUE value IS 200 (78.52% from 255) = 29.46%

R = 35.64%
G = 34.9%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2EDC8 (or 0xF2EDC8) is known color: Half And Half. HEX triplet: F2, ED and C8. RGB value is (242,237,200). Sum of RGB (Red+Green+Blue) = 242+237+200=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 200 (78.52% from 255 or 29.46% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC8 is #0D1237. Grayscale: #EAEAEA. Windows color (decimal): -856632 or 13168114. OLE color: 13168114.

HSL color Cylindrical-coordinate representation of color #F2EDC8: hue angle of 52.86º degrees, saturation: 0.62, 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 #F2EDC8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 200 -
CMYK 0 0.02 0.17 0.05
HSL 52.86º 0.62% 0.87% -
HSV(B) 52.86º 0.17% 0.95% -
XYZ 77.33 83.62 66.71 -
YUV 234.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 242 237 200 0 0.02 0.17 0.05 52.86 0.62 0.87
Hex F2 ED C8 0 2 11 5 35 3E 57
Octal 362 355 310 0 2 21 5 65 76 127
Binary 11110010 11101101 11001000 0 10 10001 101 110101 111110 1010111

Color Harmonies of #F2EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDC8

Black with #F2EDC8

Text Example


Text Example

White with #F2EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDC8; }

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

 H1.HeaderClassName
 {
   color: #F2EDC8;
 }
 .AnyTagClassName
 {
   color: #F2EDC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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