Html Css Color HEX #F1E5BE Half Colonial White

📋 copy color: '#F1E5BE'

red 241 ◦ green 229 ◦ blue 190

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

Shades of Half Colonial White #F1E5BE

Tints of Half Colonial White #F1E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.7%

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

R = 36.52%
G = 34.7%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1E5BE (or 0xF1E5BE) is known color: Half Colonial White. HEX triplet: F1, E5 and BE. RGB value is (241,229,190). Sum of RGB (Red+Green+Blue) = 241+229+190=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BE is #0E1A41. Grayscale: #E4E4E4. Windows color (decimal): -924226 or 12510705. OLE color: 12510705.

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

Color convert

RGB 241 229 190 -
CMYK 0 0.05 0.21 0.05
HSL 45.88º 0.65% 0.85% -
HSV(B) 45.88º 0.21% 0.95% -
XYZ 73.59 78.46 59.98 -
YUV 228.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 241 229 190 0 0.05 0.21 0.05 45.88 0.65 0.85
Hex F1 E5 BE 0 5 15 5 2E 41 55
Octal 361 345 276 0 5 25 5 56 101 125
Binary 11110001 11100101 10111110 0 101 10101 101 101110 1000001 1010101

Color Harmonies of #F1E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5BE

Black with #F1E5BE

Text Example


Text Example

White with #F1E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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