Html Css Color HEX #F7F2FC Magnolia

📋 copy color: '#F7F2FC'

red 247 ◦ green 242 ◦ blue 252

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

Shades of Magnolia #F7F2FC

Tints of Magnolia #F7F2FC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.66%

 BLUE value IS 252 (98.83% from 255) = 34.01%

R = 33.33%
G = 32.66%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F7F2FC (or 0xF7F2FC) is known color: Magnolia. HEX triplet: F7, F2 and FC. RGB value is (247,242,252). Sum of RGB (Red+Green+Blue) = 247+242+252=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2FC is #080D03. Grayscale: #F4F4F4. Windows color (decimal): -527620 or 16577271. OLE color: 16577271.

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

Color convert

RGB 247 242 252 -
CMYK 0.02 0.04 0 0.01
HSL 270º 0.63% 0.97% -
HSV(B) 270º 0.04% 0.99% -
XYZ 87.68 90.31 104.91 -
YUV 244.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 247 242 252 0.02 0.04 0 0.01 270 0.63 0.97
Hex F7 F2 FC 2 4 0 1 10E 3E 61
Octal 367 362 374 2 4 0 1 416 76 141
Binary 11110111 11110010 11111100 10 100 0 1 100001110 111110 1100001

Color Harmonies of #F7F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2FC

Black with #F7F2FC

Text Example


Text Example

White with #F7F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2FC; }

 p { color: rgb(247,242,252); }

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

background-color css

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

 a { background-color: rgb(247,242,252); }

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

border-color css

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

 span { border-color: rgb(247,242,252); }

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