Html Css Color HEX #F1E3BB Half Colonial White

📋 copy color: '#F1E3BB'

red 241 ◦ green 227 ◦ blue 187

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

Shades of Half Colonial White #F1E3BB

Tints of Half Colonial White #F1E3BB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.66%

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

R = 36.79%
G = 34.66%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1E3BB (or 0xF1E3BB) is known color: Half Colonial White. HEX triplet: F1, E3 and BB. RGB value is (241,227,187). Sum of RGB (Red+Green+Blue) = 241+227+187=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3BB is #0E1C44. Grayscale: #E2E2E2. Windows color (decimal): -924741 or 12313585. OLE color: 12313585.

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

Color convert

RGB 241 227 187 -
CMYK 0 0.06 0.22 0.05
HSL 44.44º 0.66% 0.84% -
HSV(B) 44.44º 0.22% 0.95% -
XYZ 72.71 77.23 58.09 -
YUV 226.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 241 227 187 0 0.06 0.22 0.05 44.44 0.66 0.84
Hex F1 E3 BB 0 6 16 5 2C 42 54
Octal 361 343 273 0 6 26 5 54 102 124
Binary 11110001 11100011 10111011 0 110 10110 101 101100 1000010 1010100

Color Harmonies of #F1E3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3BB

Black with #F1E3BB

Text Example


Text Example

White with #F1E3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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