Html Css Color HEX #F5F0FF Magnolia

📋 copy color: '#F5F0FF'

red 245 ◦ green 240 ◦ blue 255

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

Shades of Magnolia #F5F0FF

Tints of Magnolia #F5F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.43%

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

R = 33.11%
G = 32.43%
B = 34.46%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5F0FF (or 0xF5F0FF) is known color: Magnolia. HEX triplet: F5, F0 and FF. RGB value is (245,240,255). Sum of RGB (Red+Green+Blue) = 245+240+255=740 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.11% from 740); Green value is 240 (94.14% from 255 or 32.43% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0FF is #0A0F00. Grayscale: #F3F3F3. Windows color (decimal): -659201 or 16773365. OLE color: 16773365.

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

Color convert

RGB 245 240 255 -
CMYK 0.04 0.06 0 0
HSL 260º 1% 0.97% -
HSV(B) 260º 0.06% 1% -
XYZ 86.87 88.95 107.2 -
YUV 243.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 245 240 255 0.04 0.06 0 0 260 1 0.97
Hex F5 F0 FF 4 6 0 0 104 64 61
Octal 365 360 377 4 6 0 0 404 144 141
Binary 11110101 11110000 11111111 100 110 0 0 100000100 1100100 1100001

Color Harmonies of #F5F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F0FF

Black with #F5F0FF

Text Example


Text Example

White with #F5F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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