Html Css Color HEX #F1E4DA Fantasy

📋 copy color: '#F1E4DA'

red 241 ◦ green 228 ◦ blue 218

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

Shades of Fantasy #F1E4DA

Tints of Fantasy #F1E4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.19%

 BLUE value IS 218 (85.55% from 255) = 31.73%

R = 35.08%
G = 33.19%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1E4DA (or 0xF1E4DA) is known color: Fantasy. HEX triplet: F1, E4 and DA. RGB value is (241,228,218). Sum of RGB (Red+Green+Blue) = 241+228+218=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DA is #0E1B25. Grayscale: #E6E6E6. Windows color (decimal): -924454 or 14345457. OLE color: 14345457.

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

Color convert

RGB 241 228 218 -
CMYK 0 0.05 0.10 0.05
HSL 26.09º 0.45% 0.9% -
HSV(B) 26.09º 0.1% 0.95% -
XYZ 76.67 79.25 77.59 -
YUV 230.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 241 228 218 0 0.05 0.10 0.05 26.09 0.45 0.9
Hex F1 E4 DA 0 5 A 5 1A 2D 5A
Octal 361 344 332 0 5 12 5 32 55 132
Binary 11110001 11100100 11011010 0 101 1010 101 11010 101101 1011010

Color Harmonies of #F1E4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4DA

Black with #F1E4DA

Text Example


Text Example

White with #F1E4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4DA; }

 p { color: rgb(241,228,218); }

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

background-color css

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

 a { background-color: rgb(241,228,218); }

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

border-color css

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

 span { border-color: rgb(241,228,218); }

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