Html Css Color HEX #F9F6FC Magnolia

📋 copy color: '#F9F6FC'

red 249 ◦ green 246 ◦ blue 252

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

Shades of Magnolia #F9F6FC

Tints of Magnolia #F9F6FC

RGB

 RED value IS 249 (97.66% from 255) = 33.33%

 GREEN value IS 246 (96.48% from 255) = 32.93%

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

R = 33.33%
G = 32.93%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F6FC (or 0xF9F6FC) is known color: Magnolia. HEX triplet: F9, F6 and FC. RGB value is (249,246,252). Sum of RGB (Red+Green+Blue) = 249+246+252=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 246 (96.48% from 255 or 32.93% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6FC is #060903. Grayscale: #F7F7F7. Windows color (decimal): -395524 or 16578297. OLE color: 16578297.

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

Color convert

RGB 249 246 252 -
CMYK 0.01 0.02 0 0.01
HSL 270º 0.5% 0.98% -
HSV(B) 270º 0.02% 0.99% -
XYZ 89.59 93.08 105.34 -
YUV 247.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 249 246 252 0.01 0.02 0 0.01 270 0.5 0.98
Hex F9 F6 FC 1 2 0 1 10E 32 62
Octal 371 366 374 1 2 0 1 416 62 142
Binary 11111001 11110110 11111100 1 10 0 1 100001110 110010 1100010

Color Harmonies of #F9F6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F6FC

Black with #F9F6FC

Text Example


Text Example

White with #F9F6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F6FC; }

 p { color: rgb(249,246,252); }

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

background-color css

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

 a { background-color: rgb(249,246,252); }

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

border-color css

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

 span { border-color: rgb(249,246,252); }

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