Html Css Color HEX #F1E6DC Fantasy

📋 copy color: '#F1E6DC'

red 241 ◦ green 230 ◦ blue 220

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

Shades of Fantasy #F1E6DC

Tints of Fantasy #F1E6DC

RGB

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

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

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

R = 34.88%
G = 33.29%
B = 31.84%

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

#F1E6DC (or 0xF1E6DC) is known color: Fantasy. HEX triplet: F1, E6 and DC. RGB value is (241,230,220). Sum of RGB (Red+Green+Blue) = 241+230+220=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6DC is #0E1923. Grayscale: #E8E8E8. Windows color (decimal): -923940 or 14477041. OLE color: 14477041.

HSL color Cylindrical-coordinate representation of color #F1E6DC: hue angle of 28.57º 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 #F1E6DC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 230 220 -
CMYK 0 0.05 0.09 0.05
HSL 28.57º 0.43% 0.9% -
HSV(B) 28.57º 0.09% 0.95% -
XYZ 77.49 80.46 79.16 -
YUV 232.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 241 230 220 0 0.05 0.09 0.05 28.57 0.43 0.9
Hex F1 E6 DC 0 5 9 5 1D 2B 5A
Octal 361 346 334 0 5 11 5 35 53 132
Binary 11110001 11100110 11011100 0 101 1001 101 11101 101011 1011010

Color Harmonies of #F1E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6DC

Black with #F1E6DC

Text Example


Text Example

White with #F1E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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