Html Css Color HEX #F1EBFF Magnolia

📋 copy color: '#F1EBFF'

red 241 ◦ green 235 ◦ blue 255

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

Shades of Magnolia #F1EBFF

Tints of Magnolia #F1EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.15%

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

R = 32.97%
G = 32.15%
B = 34.88%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1EBFF (or 0xF1EBFF) is known color: Magnolia. HEX triplet: F1, EB and FF. RGB value is (241,235,255). Sum of RGB (Red+Green+Blue) = 241+235+255=731 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.97% from 731); Green value is 235 (92.19% from 255 or 32.15% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBFF is #0E1400. Grayscale: #EFEFEF. Windows color (decimal): -922625 or 16772081. OLE color: 16772081.

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

Color convert

RGB 241 235 255 -
CMYK 0.05 0.08 0 0
HSL 258º 1% 0.96% -
HSV(B) 258º 0.08% 1% -
XYZ 84.03 85.34 106.65 -
YUV 239.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 241 235 255 0.05 0.08 0 0 258 1 0.96
Hex F1 EB FF 5 8 0 0 102 64 60
Octal 361 353 377 5 10 0 0 402 144 140
Binary 11110001 11101011 11111111 101 1000 0 0 100000010 1100100 1100000

Color Harmonies of #F1EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EBFF

Black with #F1EBFF

Text Example


Text Example

White with #F1EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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