Html Css Color HEX #F1E7C3 Half Colonial White

📋 copy color: '#F1E7C3'

red 241 ◦ green 231 ◦ blue 195

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

Shades of Half Colonial White #F1E7C3

Tints of Half Colonial White #F1E7C3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.63%

 BLUE value IS 195 (76.56% from 255) = 29.24%

R = 36.13%
G = 34.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1E7C3 (or 0xF1E7C3) is known color: Half Colonial White. HEX triplet: F1, E7 and C3. RGB value is (241,231,195). Sum of RGB (Red+Green+Blue) = 241+231+195=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7C3 is #0E183C. Grayscale: #E6E6E6. Windows color (decimal): -923709 or 12838897. OLE color: 12838897.

HSL color Cylindrical-coordinate representation of color #F1E7C3: hue angle of 46.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1E7C3 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 231 195 -
CMYK 0 0.04 0.19 0.05
HSL 46.96º 0.62% 0.85% -
HSV(B) 46.96º 0.19% 0.95% -
XYZ 74.7 79.79 63.09 -
YUV 229.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 241 231 195 0 0.04 0.19 0.05 46.96 0.62 0.85
Hex F1 E7 C3 0 4 13 5 2F 3E 55
Octal 361 347 303 0 4 23 5 57 76 125
Binary 11110001 11100111 11000011 0 100 10011 101 101111 111110 1010101

Color Harmonies of #F1E7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E7C3

Black with #F1E7C3

Text Example


Text Example

White with #F1E7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E7C3; }

 p { color: rgb(241,231,195); }

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

background-color css

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

 a { background-color: rgb(241,231,195); }

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

border-color css

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

 span { border-color: rgb(241,231,195); }

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