Html Css Color HEX #F1EDC8 Half And Half

📋 copy color: '#F1EDC8'

red 241 ◦ green 237 ◦ blue 200

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

Shades of Half And Half #F1EDC8

Tints of Half And Half #F1EDC8

RGB

 RED value IS 241 (94.53% from 255) = 35.55%

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

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

R = 35.55%
G = 34.96%
B = 29.5%

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

#F1EDC8 (or 0xF1EDC8) is known color: Half And Half. HEX triplet: F1, ED and C8. RGB value is (241,237,200). Sum of RGB (Red+Green+Blue) = 241+237+200=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC8 is #0E1237. Grayscale: #EAEAEA. Windows color (decimal): -922168 or 13168113. OLE color: 13168113.

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

Color convert

RGB 241 237 200 -
CMYK 0 0.02 0.17 0.05
HSL 54.15º 0.59% 0.86% -
HSV(B) 54.15º 0.17% 0.95% -
XYZ 76.99 83.44 66.69 -
YUV 233.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 241 237 200 0 0.02 0.17 0.05 54.15 0.59 0.86
Hex F1 ED C8 0 2 11 5 36 3B 56
Octal 361 355 310 0 2 21 5 66 73 126
Binary 11110001 11101101 11001000 0 10 10001 101 110110 111011 1010110

Color Harmonies of #F1EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDC8

Black with #F1EDC8

Text Example


Text Example

White with #F1EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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