Html Css Color HEX #F1E4BB Half Colonial White

📋 copy color: '#F1E4BB'

red 241 ◦ green 228 ◦ blue 187

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

Shades of Half Colonial White #F1E4BB

Tints of Half Colonial White #F1E4BB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

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

R = 36.74%
G = 34.76%
B = 28.51%

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

#F1E4BB (or 0xF1E4BB) is known color: Half Colonial White. HEX triplet: F1, E4 and BB. RGB value is (241,228,187). Sum of RGB (Red+Green+Blue) = 241+228+187=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4BB is #0E1B44. Grayscale: #E3E3E3. Windows color (decimal): -924485 or 12313841. OLE color: 12313841.

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

Color convert

RGB 241 228 187 -
CMYK 0 0.05 0.22 0.05
HSL 45.56º 0.66% 0.84% -
HSV(B) 45.56º 0.22% 0.95% -
XYZ 72.99 77.78 58.18 -
YUV 227.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 241 228 187 0 0.05 0.22 0.05 45.56 0.66 0.84
Hex F1 E4 BB 0 5 16 5 2E 42 54
Octal 361 344 273 0 5 26 5 56 102 124
Binary 11110001 11100100 10111011 0 101 10110 101 101110 1000010 1010100

Color Harmonies of #F1E4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4BB

Black with #F1E4BB

Text Example


Text Example

White with #F1E4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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