Html Css Color HEX #F1E5BB Half Colonial White

📋 copy color: '#F1E5BB'

red 241 ◦ green 229 ◦ blue 187

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

Shades of Half Colonial White #F1E5BB

Tints of Half Colonial White #F1E5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.46%

R = 36.68%
G = 34.86%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1E5BB (or 0xF1E5BB) is known color: Half Colonial White. HEX triplet: F1, E5 and BB. RGB value is (241,229,187). Sum of RGB (Red+Green+Blue) = 241+229+187=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BB is #0E1A44. Grayscale: #E3E3E3. Windows color (decimal): -924229 or 12314097. OLE color: 12314097.

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

Color convert

RGB 241 229 187 -
CMYK 0 0.05 0.22 0.05
HSL 46.67º 0.66% 0.84% -
HSV(B) 46.67º 0.22% 0.95% -
XYZ 73.26 78.33 58.27 -
YUV 227.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 241 229 187 0 0.05 0.22 0.05 46.67 0.66 0.84
Hex F1 E5 BB 0 5 16 5 2F 42 54
Octal 361 345 273 0 5 26 5 57 102 124
Binary 11110001 11100101 10111011 0 101 10110 101 101111 1000010 1010100

Color Harmonies of #F1E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5BB

Black with #F1E5BB

Text Example


Text Example

White with #F1E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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