Html Css Color HEX #F7F5FF Magnolia

📋 copy color: '#F7F5FF'

red 247 ◦ green 245 ◦ blue 255

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

Shades of Magnolia #F7F5FF

Tints of Magnolia #F7F5FF

RGB

 RED value IS 247 (96.88% from 255) = 33.07%

 GREEN value IS 245 (96.09% from 255) = 32.8%

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

R = 33.07%
G = 32.8%
B = 34.14%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7F5FF (or 0xF7F5FF) is known color: Magnolia. HEX triplet: F7, F5 and FF. RGB value is (247,245,255). Sum of RGB (Red+Green+Blue) = 247+245+255=747 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.07% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7F5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F5FF is #080A00. Grayscale: #F6F6F6. Windows color (decimal): -526849 or 16774647. OLE color: 16774647.

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

Color convert

RGB 247 245 255 -
CMYK 0.03 0.04 0 0
HSL 252º 1% 0.98% -
HSV(B) 252º 0.04% 1% -
XYZ 89.06 92.3 107.73 -
YUV 246.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 247 245 255 0.03 0.04 0 0 252 1 0.98
Hex F7 F5 FF 3 4 0 0 FC 64 62
Octal 367 365 377 3 4 0 0 374 144 142
Binary 11110111 11110101 11111111 11 100 0 0 11111100 1100100 1100010

Color Harmonies of #F7F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F5FF

Black with #F7F5FF

Text Example


Text Example

White with #F7F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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