Html Css Color HEX #F1E5FF Magnolia

📋 copy color: '#F1E5FF'

red 241 ◦ green 229 ◦ blue 255

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

Shades of Magnolia #F1E5FF

Tints of Magnolia #F1E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.59%

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

R = 33.24%
G = 31.59%
B = 35.17%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1E5FF (or 0xF1E5FF) is known color: Magnolia. HEX triplet: F1, E5 and FF. RGB value is (241,229,255). Sum of RGB (Red+Green+Blue) = 241+229+255=725 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.24% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5FF is #0E1A00. Grayscale: #EBEBEB. Windows color (decimal): -924161 or 16770545. OLE color: 16770545.

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

Color convert

RGB 241 229 255 -
CMYK 0.05 0.10 0 0
HSL 267.69º 1% 0.95% -
HSV(B) 267.69º 0.1% 1% -
XYZ 82.34 81.96 106.09 -
YUV 235.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 241 229 255 0.05 0.10 0 0 267.69 1 0.95
Hex F1 E5 FF 5 A 0 0 10C 64 5F
Octal 361 345 377 5 12 0 0 414 144 137
Binary 11110001 11100101 11111111 101 1010 0 0 100001100 1100100 1011111

Color Harmonies of #F1E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5FF

Black with #F1E5FF

Text Example


Text Example

White with #F1E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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