Html Css Color HEX #F1E5BF Half Colonial White

📋 copy color: '#F1E5BF'

red 241 ◦ green 229 ◦ blue 191

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

Shades of Half Colonial White #F1E5BF

Tints of Half Colonial White #F1E5BF

RGB

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

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

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

R = 36.46%
G = 34.64%
B = 28.9%

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

#F1E5BF (or 0xF1E5BF) is known color: Half Colonial White. HEX triplet: F1, E5 and BF. RGB value is (241,229,191). Sum of RGB (Red+Green+Blue) = 241+229+191=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5BF is #0E1A40. Grayscale: #E4E4E4. Windows color (decimal): -924225 or 12576241. OLE color: 12576241.

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

Color convert

RGB 241 229 191 -
CMYK 0 0.05 0.21 0.05
HSL 45.6º 0.64% 0.85% -
HSV(B) 45.6º 0.21% 0.95% -
XYZ 73.7 78.5 60.56 -
YUV 228.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 241 229 191 0 0.05 0.21 0.05 45.6 0.64 0.85
Hex F1 E5 BF 0 5 15 5 2E 40 55
Octal 361 345 277 0 5 25 5 56 100 125
Binary 11110001 11100101 10111111 0 101 10101 101 101110 1000000 1010101

Color Harmonies of #F1E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5BF

Black with #F1E5BF

Text Example


Text Example

White with #F1E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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