Html Css Color HEX #F5F1FF Magnolia

📋 copy color: '#F5F1FF'

red 245 ◦ green 241 ◦ blue 255

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

Shades of Magnolia #F5F1FF

Tints of Magnolia #F5F1FF

RGB

 RED value IS 245 (96.09% from 255) = 33.06%

 GREEN value IS 241 (94.53% from 255) = 32.52%

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

R = 33.06%
G = 32.52%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5F1FF (or 0xF5F1FF) is known color: Magnolia. HEX triplet: F5, F1 and FF. RGB value is (245,241,255). Sum of RGB (Red+Green+Blue) = 245+241+255=741 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.06% from 741); Green value is 241 (94.53% from 255 or 32.52% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1FF is #0A0E00. Grayscale: #F3F3F3. Windows color (decimal): -658945 or 16773621. OLE color: 16773621.

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

Color convert

RGB 245 241 255 -
CMYK 0.04 0.05 0 0
HSL 257.14º 1% 0.97% -
HSV(B) 257.14º 0.05% 1% -
XYZ 87.16 89.54 107.3 -
YUV 243.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 245 241 255 0.04 0.05 0 0 257.14 1 0.97
Hex F5 F1 FF 4 5 0 0 101 64 61
Octal 365 361 377 4 5 0 0 401 144 141
Binary 11110101 11110001 11111111 100 101 0 0 100000001 1100100 1100001

Color Harmonies of #F5F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1FF

Black with #F5F1FF

Text Example


Text Example

White with #F5F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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