Html Css Color HEX #F1E5FE Magnolia

📋 copy color: '#F1E5FE'

red 241 ◦ green 229 ◦ blue 254

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

Shades of Magnolia #F1E5FE

Tints of Magnolia #F1E5FE

RGB

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

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

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

R = 33.29%
G = 31.63%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1E5FE (or 0xF1E5FE) is known color: Magnolia. HEX triplet: F1, E5 and FE. RGB value is (241,229,254). Sum of RGB (Red+Green+Blue) = 241+229+254=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 229 (89.84% from 255 or 31.63% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5FE is #0E1A01. Grayscale: #EBEBEB. Windows color (decimal): -924162 or 16705009. OLE color: 16705009.

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

Color convert

RGB 241 229 254 -
CMYK 0.05 0.10 0 0.00
HSL 268.8º 0.93% 0.95% -
HSV(B) 268.8º 0.1% 1% -
XYZ 82.18 81.9 105.24 -
YUV 235.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 241 229 254 0.05 0.10 0 0.00 268.8 0.93 0.95
Hex F1 E5 FE 5 A 0 0 10D 5D 5F
Octal 361 345 376 5 12 0 0 415 135 137
Binary 11110001 11100101 11111110 101 1010 0 0 100001101 1011101 1011111

Color Harmonies of #F1E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5FE

Black with #F1E5FE

Text Example


Text Example

White with #F1E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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