Html Css Color HEX #F1E5BA Half Colonial White

📋 copy color: '#F1E5BA'

red 241 ◦ green 229 ◦ blue 186

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

Shades of Half Colonial White #F1E5BA

Tints of Half Colonial White #F1E5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.35%

R = 36.74%
G = 34.91%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1E5BA (or 0xF1E5BA) is known color: Half Colonial White. HEX triplet: F1, E5 and BA. RGB value is (241,229,186). Sum of RGB (Red+Green+Blue) = 241+229+186=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BA is #0E1A45. Grayscale: #E3E3E3. Windows color (decimal): -924230 or 12248561. OLE color: 12248561.

HSL color Cylindrical-coordinate representation of color #F1E5BA: hue angle of 46.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E5BA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 186 -
CMYK 0 0.05 0.23 0.05
HSL 46.91º 0.66% 0.84% -
HSV(B) 46.91º 0.23% 0.95% -
XYZ 73.16 78.28 57.71 -
YUV 227.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 241 229 186 0 0.05 0.23 0.05 46.91 0.66 0.84
Hex F1 E5 BA 0 5 17 5 2F 42 54
Octal 361 345 272 0 5 27 5 57 102 124
Binary 11110001 11100101 10111010 0 101 10111 101 101111 1000010 1010100

Color Harmonies of #F1E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5BA

Black with #F1E5BA

Text Example


Text Example

White with #F1E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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