Html Css Color HEX #F1E9BE Half Colonial White

📋 copy color: '#F1E9BE'

red 241 ◦ green 233 ◦ blue 190

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

Shades of Half Colonial White #F1E9BE

Tints of Half Colonial White #F1E9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.61%

R = 36.3%
G = 35.09%
B = 28.61%

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

#F1E9BE (or 0xF1E9BE) is known color: Half Colonial White. HEX triplet: F1, E9 and BE. RGB value is (241,233,190). Sum of RGB (Red+Green+Blue) = 241+233+190=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9BE is #0E1641. Grayscale: #E6E6E6. Windows color (decimal): -923202 or 12511729. OLE color: 12511729.

HSL color Cylindrical-coordinate representation of color #F1E9BE: hue angle of 50.59º degrees, saturation: 0.65, 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 #F1E9BE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 233 190 -
CMYK 0 0.03 0.21 0.05
HSL 50.59º 0.65% 0.85% -
HSV(B) 50.59º 0.21% 0.95% -
XYZ 74.71 80.7 60.35 -
YUV 230.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 241 233 190 0 0.03 0.21 0.05 50.59 0.65 0.85
Hex F1 E9 BE 0 3 15 5 33 41 55
Octal 361 351 276 0 3 25 5 63 101 125
Binary 11110001 11101001 10111110 0 11 10101 101 110011 1000001 1010101

Color Harmonies of #F1E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E9BE

Black with #F1E9BE

Text Example


Text Example

White with #F1E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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