Html Css Color HEX #F1E4BF Half Colonial White

📋 copy color: '#F1E4BF'

red 241 ◦ green 228 ◦ blue 191

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

Shades of Half Colonial White #F1E4BF

Tints of Half Colonial White #F1E4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.94%

R = 36.52%
G = 34.55%
B = 28.94%

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

#F1E4BF (or 0xF1E4BF) is known color: Half Colonial White. HEX triplet: F1, E4 and BF. RGB value is (241,228,191). Sum of RGB (Red+Green+Blue) = 241+228+191=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4BF is #0E1B40. Grayscale: #E3E3E3. Windows color (decimal): -924481 or 12575985. OLE color: 12575985.

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

Color convert

RGB 241 228 191 -
CMYK 0 0.05 0.21 0.05
HSL 44.4º 0.64% 0.85% -
HSV(B) 44.4º 0.21% 0.95% -
XYZ 73.42 77.95 60.47 -
YUV 227.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 241 228 191 0 0.05 0.21 0.05 44.4 0.64 0.85
Hex F1 E4 BF 0 5 15 5 2C 40 55
Octal 361 344 277 0 5 25 5 54 100 125
Binary 11110001 11100100 10111111 0 101 10101 101 101100 1000000 1010101

Color Harmonies of #F1E4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4BF

Black with #F1E4BF

Text Example


Text Example

White with #F1E4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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