Html Css Color HEX #F1E5DC Fantasy

📋 copy color: '#F1E5DC'

red 241 ◦ green 229 ◦ blue 220

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

Shades of Fantasy #F1E5DC

Tints of Fantasy #F1E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.19%

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 34.93%
G = 33.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1E5DC (or 0xF1E5DC) is known color: Fantasy. HEX triplet: F1, E5 and DC. RGB value is (241,229,220). Sum of RGB (Red+Green+Blue) = 241+229+220=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5DC is #0E1A23. Grayscale: #E7E7E7. Windows color (decimal): -924196 or 14476785. OLE color: 14476785.

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

Color convert

RGB 241 229 220 -
CMYK 0 0.05 0.09 0.05
HSL 25.71º 0.43% 0.9% -
HSV(B) 25.71º 0.09% 0.95% -
XYZ 77.21 79.91 79.06 -
YUV 231.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 241 229 220 0 0.05 0.09 0.05 25.71 0.43 0.9
Hex F1 E5 DC 0 5 9 5 1A 2B 5A
Octal 361 345 334 0 5 11 5 32 53 132
Binary 11110001 11100101 11011100 0 101 1001 101 11010 101011 1011010

Color Harmonies of #F1E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5DC

Black with #F1E5DC

Text Example


Text Example

White with #F1E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5DC; }

 p { color: rgb(241,229,220); }

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

background-color css

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

 a { background-color: rgb(241,229,220); }

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

border-color css

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

 span { border-color: rgb(241,229,220); }

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