Html Css Color HEX #F1E3FF Magnolia

📋 copy color: '#F1E3FF'

red 241 ◦ green 227 ◦ blue 255

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

Shades of Magnolia #F1E3FF

Tints of Magnolia #F1E3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.27%

R = 33.33%
G = 31.4%
B = 35.27%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1E3FF (or 0xF1E3FF) is known color: Magnolia. HEX triplet: F1, E3 and FF. RGB value is (241,227,255). Sum of RGB (Red+Green+Blue) = 241+227+255=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3FF is #0E1C00. Grayscale: #EAEAEA. Windows color (decimal): -924673 or 16770033. OLE color: 16770033.

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

Color convert

RGB 241 227 255 -
CMYK 0.05 0.11 0 0
HSL 270º 1% 0.95% -
HSV(B) 270º 0.11% 1% -
XYZ 81.79 80.86 105.9 -
YUV 234.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 241 227 255 0.05 0.11 0 0 270 1 0.95
Hex F1 E3 FF 5 B 0 0 10E 64 5F
Octal 361 343 377 5 13 0 0 416 144 137
Binary 11110001 11100011 11111111 101 1011 0 0 100001110 1100100 1011111

Color Harmonies of #F1E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3FF

Black with #F1E3FF

Text Example


Text Example

White with #F1E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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