Html Css Color HEX #F1EDC9 Half And Half

📋 copy color: '#F1EDC9'

red 241 ◦ green 237 ◦ blue 201

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

Shades of Half And Half #F1EDC9

Tints of Half And Half #F1EDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.6%

R = 35.49%
G = 34.9%
B = 29.6%

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

#F1EDC9 (or 0xF1EDC9) is known color: Half And Half. HEX triplet: F1, ED and C9. RGB value is (241,237,201). Sum of RGB (Red+Green+Blue) = 241+237+201=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC9 is #0E1236. Grayscale: #EAEAEA. Windows color (decimal): -922167 or 13233649. OLE color: 13233649.

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

Color convert

RGB 241 237 201 -
CMYK 0 0.02 0.17 0.05
HSL 54º 0.59% 0.87% -
HSV(B) 54º 0.17% 0.95% -
XYZ 77.1 83.49 67.31 -
YUV 234.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 241 237 201 0 0.02 0.17 0.05 54 0.59 0.87
Hex F1 ED C9 0 2 11 5 36 3B 57
Octal 361 355 311 0 2 21 5 66 73 127
Binary 11110001 11101101 11001001 0 10 10001 101 110110 111011 1010111

Color Harmonies of #F1EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDC9

Black with #F1EDC9

Text Example


Text Example

White with #F1EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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