Html Css Color HEX #F1EABC Half Colonial White

📋 copy color: '#F1EABC'

red 241 ◦ green 234 ◦ blue 188

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

Shades of Half Colonial White #F1EABC

Tints of Half Colonial White #F1EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.36%

R = 36.35%
G = 35.29%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1EABC (or 0xF1EABC) is known color: Half Colonial White. HEX triplet: F1, EA and BC. RGB value is (241,234,188). Sum of RGB (Red+Green+Blue) = 241+234+188=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABC is #0E1543. Grayscale: #E7E7E7. Windows color (decimal): -922948 or 12380913. OLE color: 12380913.

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

Color convert

RGB 241 234 188 -
CMYK 0 0.03 0.22 0.05
HSL 52.08º 0.65% 0.84% -
HSV(B) 52.08º 0.22% 0.95% -
XYZ 74.78 81.18 59.3 -
YUV 230.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 241 234 188 0 0.03 0.22 0.05 52.08 0.65 0.84
Hex F1 EA BC 0 3 16 5 34 41 54
Octal 361 352 274 0 3 26 5 64 101 124
Binary 11110001 11101010 10111100 0 11 10110 101 110100 1000001 1010100

Color Harmonies of #F1EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EABC

Black with #F1EABC

Text Example


Text Example

White with #F1EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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