Html Css Color HEX #F1E6BA Half Colonial White

📋 copy color: '#F1E6BA'

red 241 ◦ green 230 ◦ blue 186

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

Shades of Half Colonial White #F1E6BA

Tints of Half Colonial White #F1E6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.31%

R = 36.68%
G = 35.01%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1E6BA (or 0xF1E6BA) is known color: Half Colonial White. HEX triplet: F1, E6 and BA. RGB value is (241,230,186). Sum of RGB (Red+Green+Blue) = 241+230+186=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6BA is #0E1945. Grayscale: #E4E4E4. Windows color (decimal): -923974 or 12248817. OLE color: 12248817.

HSL color Cylindrical-coordinate representation of color #F1E6BA: hue angle of 48º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E6BA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 230 186 -
CMYK 0 0.05 0.23 0.05
HSL 48º 0.66% 0.84% -
HSV(B) 48º 0.23% 0.95% -
XYZ 73.44 78.84 57.8 -
YUV 228.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 241 230 186 0 0.05 0.23 0.05 48 0.66 0.84
Hex F1 E6 BA 0 5 17 5 30 42 54
Octal 361 346 272 0 5 27 5 60 102 124
Binary 11110001 11100110 10111010 0 101 10111 101 110000 1000010 1010100

Color Harmonies of #F1E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6BA

Black with #F1E6BA

Text Example


Text Example

White with #F1E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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