Html Css Color HEX #F1E2FE Magnolia

📋 copy color: '#F1E2FE'

red 241 ◦ green 226 ◦ blue 254

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

Shades of Magnolia #F1E2FE

Tints of Magnolia #F1E2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.35%

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

R = 33.43%
G = 31.35%
B = 35.23%

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

#F1E2FE (or 0xF1E2FE) is known color: Magnolia. HEX triplet: F1, E2 and FE. RGB value is (241,226,254). Sum of RGB (Red+Green+Blue) = 241+226+254=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 226 (88.67% from 255 or 31.35% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2FE is #0E1D01. Grayscale: #E9E9E9. Windows color (decimal): -924930 or 16704241. OLE color: 16704241.

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

Color convert

RGB 241 226 254 -
CMYK 0.05 0.11 0 0.00
HSL 272.14º 0.93% 0.94% -
HSV(B) 272.14º 0.11% 1% -
XYZ 81.36 80.25 104.97 -
YUV 233.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 241 226 254 0.05 0.11 0 0.00 272.14 0.93 0.94
Hex F1 E2 FE 5 B 0 0 110 5D 5E
Octal 361 342 376 5 13 0 0 420 135 136
Binary 11110001 11100010 11111110 101 1011 0 0 100010000 1011101 1011110

Color Harmonies of #F1E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2FE

Black with #F1E2FE

Text Example


Text Example

White with #F1E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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