Html Css Color HEX #F1E3FE Magnolia

📋 copy color: '#F1E3FE'

red 241 ◦ green 227 ◦ blue 254

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

Shades of Magnolia #F1E3FE

Tints of Magnolia #F1E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.44%

 BLUE value IS 254 (99.61% from 255) = 35.18%

R = 33.38%
G = 31.44%
B = 35.18%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1E3FE (or 0xF1E3FE) is known color: Magnolia. HEX triplet: F1, E3 and FE. RGB value is (241,227,254). Sum of RGB (Red+Green+Blue) = 241+227+254=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3FE is #0E1C01. Grayscale: #EAEAEA. Windows color (decimal): -924674 or 16704497. OLE color: 16704497.

HSL color Cylindrical-coordinate representation of color #F1E3FE: hue angle of 271.11º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E3FE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 227 254 -
CMYK 0.05 0.11 0 0.00
HSL 271.11º 0.93% 0.94% -
HSV(B) 271.11º 0.11% 1% -
XYZ 81.63 80.79 105.06 -
YUV 234.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 241 227 254 0.05 0.11 0 0.00 271.11 0.93 0.94
Hex F1 E3 FE 5 B 0 0 10F 5D 5E
Octal 361 343 376 5 13 0 0 417 135 136
Binary 11110001 11100011 11111110 101 1011 0 0 100001111 1011101 1011110

Color Harmonies of #F1E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3FE

Black with #F1E3FE

Text Example


Text Example

White with #F1E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3FE; }

 p { color: rgb(241,227,254); }

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

background-color css

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

 a { background-color: rgb(241,227,254); }

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

border-color css

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

 span { border-color: rgb(241,227,254); }

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