Html Css Color HEX #F1EAB9 Half Colonial White

📋 copy color: '#F1EAB9'

red 241 ◦ green 234 ◦ blue 185

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

Shades of Half Colonial White #F1EAB9

Tints of Half Colonial White #F1EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

 BLUE value IS 185 (72.66% from 255) = 28.03%

R = 36.52%
G = 35.45%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1EAB9 (or 0xF1EAB9) is known color: Half Colonial White. HEX triplet: F1, EA and B9. RGB value is (241,234,185). Sum of RGB (Red+Green+Blue) = 241+234+185=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAB9 is #0E1546. Grayscale: #E6E6E6. Windows color (decimal): -922951 or 12184305. OLE color: 12184305.

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

Color convert

RGB 241 234 185 -
CMYK 0 0.03 0.23 0.05
HSL 52.5º 0.67% 0.84% -
HSV(B) 52.5º 0.23% 0.95% -
XYZ 74.46 81.05 57.62 -
YUV 230.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 241 234 185 0 0.03 0.23 0.05 52.5 0.67 0.84
Hex F1 EA B9 0 3 17 5 34 43 54
Octal 361 352 271 0 3 27 5 64 103 124
Binary 11110001 11101010 10111001 0 11 10111 101 110100 1000011 1010100

Color Harmonies of #F1EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EAB9

Black with #F1EAB9

Text Example


Text Example

White with #F1EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EAB9; }

 p { color: rgb(241,234,185); }

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

background-color css

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

 a { background-color: rgb(241,234,185); }

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

border-color css

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

 span { border-color: rgb(241,234,185); }

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