Html Css Color HEX #F1E9BF Half Colonial White

📋 copy color: '#F1E9BF'

red 241 ◦ green 233 ◦ blue 191

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

Shades of Half Colonial White #F1E9BF

Tints of Half Colonial White #F1E9BF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.04%

 BLUE value IS 191 (75% from 255) = 28.72%

R = 36.24%
G = 35.04%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1E9BF (or 0xF1E9BF) is known color: Half Colonial White. HEX triplet: F1, E9 and BF. RGB value is (241,233,191). Sum of RGB (Red+Green+Blue) = 241+233+191=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9BF is #0E1640. Grayscale: #E6E6E6. Windows color (decimal): -923201 or 12577265. OLE color: 12577265.

HSL color Cylindrical-coordinate representation of color #F1E9BF: hue angle of 50.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1E9BF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 233 191 -
CMYK 0 0.03 0.21 0.05
HSL 50.4º 0.64% 0.85% -
HSV(B) 50.4º 0.21% 0.95% -
XYZ 74.82 80.74 60.93 -
YUV 230.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 241 233 191 0 0.03 0.21 0.05 50.4 0.64 0.85
Hex F1 E9 BF 0 3 15 5 32 40 55
Octal 361 351 277 0 3 25 5 62 100 125
Binary 11110001 11101001 10111111 0 11 10101 101 110010 1000000 1010101

Color Harmonies of #F1E9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E9BF

Black with #F1E9BF

Text Example


Text Example

White with #F1E9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E9BF; }

 p { color: rgb(241,233,191); }

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

background-color css

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

 a { background-color: rgb(241,233,191); }

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

border-color css

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

 span { border-color: rgb(241,233,191); }

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