Html Css Color HEX #F7F2FE Magnolia

📋 copy color: '#F7F2FE'

red 247 ◦ green 242 ◦ blue 254

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

Shades of Magnolia #F7F2FE

Tints of Magnolia #F7F2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.19%

R = 33.24%
G = 32.57%
B = 34.19%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7F2FE (or 0xF7F2FE) is known color: Magnolia. HEX triplet: F7, F2 and FE. RGB value is (247,242,254). Sum of RGB (Red+Green+Blue) = 247+242+254=743 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.24% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2FE is #080D01. Grayscale: #F4F4F4. Windows color (decimal): -527618 or 16708343. OLE color: 16708343.

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

Color convert

RGB 247 242 254 -
CMYK 0.03 0.05 0 0.00
HSL 265º 0.86% 0.97% -
HSV(B) 265º 0.05% 1% -
XYZ 88 90.43 106.58 -
YUV 244.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 247 242 254 0.03 0.05 0 0.00 265 0.86 0.97
Hex F7 F2 FE 3 5 0 0 109 56 61
Octal 367 362 376 3 5 0 0 411 126 141
Binary 11110111 11110010 11111110 11 101 0 0 100001001 1010110 1100001

Color Harmonies of #F7F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2FE

Black with #F7F2FE

Text Example


Text Example

White with #F7F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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