Html Css Color HEX #F1E6BF Half Colonial White

📋 copy color: '#F1E6BF'

red 241 ◦ green 230 ◦ blue 191

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

Shades of Half Colonial White #F1E6BF

Tints of Half Colonial White #F1E6BF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.74%

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

R = 36.4%
G = 34.74%
B = 28.85%

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

#F1E6BF (or 0xF1E6BF) is known color: Half Colonial White. HEX triplet: F1, E6 and BF. RGB value is (241,230,191). Sum of RGB (Red+Green+Blue) = 241+230+191=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6BF is #0E1940. Grayscale: #E5E5E5. Windows color (decimal): -923969 or 12576497. OLE color: 12576497.

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

Color convert

RGB 241 230 191 -
CMYK 0 0.05 0.21 0.05
HSL 46.8º 0.64% 0.85% -
HSV(B) 46.8º 0.21% 0.95% -
XYZ 73.98 79.06 60.65 -
YUV 228.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 241 230 191 0 0.05 0.21 0.05 46.8 0.64 0.85
Hex F1 E6 BF 0 5 15 5 2F 40 55
Octal 361 346 277 0 5 25 5 57 100 125
Binary 11110001 11100110 10111111 0 101 10101 101 101111 1000000 1010101

Color Harmonies of #F1E6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6BF

Black with #F1E6BF

Text Example


Text Example

White with #F1E6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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