Html Css Color HEX #F7F0FB Magnolia

📋 copy color: '#F7F0FB'

red 247 ◦ green 240 ◦ blue 251

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

Shades of Magnolia #F7F0FB

Tints of Magnolia #F7F0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.01%

R = 33.47%
G = 32.52%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7F0FB (or 0xF7F0FB) is known color: Magnolia. HEX triplet: F7, F0 and FB. RGB value is (247,240,251). Sum of RGB (Red+Green+Blue) = 247+240+251=738 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.47% from 738); Green value is 240 (94.14% from 255 or 32.52% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F0FB is #080F04. Grayscale: #F3F3F3. Windows color (decimal): -528133 or 16511223. OLE color: 16511223.

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

Color convert

RGB 247 240 251 -
CMYK 0.02 0.04 0 0.02
HSL 278.18º 0.58% 0.96% -
HSV(B) 278.18º 0.04% 0.98% -
XYZ 86.93 89.06 103.88 -
YUV 243.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 247 240 251 0.02 0.04 0 0.02 278.18 0.58 0.96
Hex F7 F0 FB 2 4 0 2 116 3A 60
Octal 367 360 373 2 4 0 2 426 72 140
Binary 11110111 11110000 11111011 10 100 0 10 100010110 111010 1100000

Color Harmonies of #F7F0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F0FB

Black with #F7F0FB

Text Example


Text Example

White with #F7F0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F0FB; }

 p { color: rgb(247,240,251); }

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

background-color css

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

 a { background-color: rgb(247,240,251); }

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

border-color css

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

 span { border-color: rgb(247,240,251); }

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