Html Css Color HEX #F9F6FB Magnolia

📋 copy color: '#F9F6FB'

red 249 ◦ green 246 ◦ blue 251

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

Shades of Magnolia #F9F6FB

Tints of Magnolia #F9F6FB

RGB

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

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

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

R = 33.38%
G = 32.98%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9F6FB (or 0xF9F6FB) is known color: Magnolia. HEX triplet: F9, F6 and FB. RGB value is (249,246,251). Sum of RGB (Red+Green+Blue) = 249+246+251=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 246 (96.48% from 255 or 32.98% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6FB is #060904. Grayscale: #F7F7F7. Windows color (decimal): -395525 or 16512761. OLE color: 16512761.

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

Color convert

RGB 249 246 251 -
CMYK 0.01 0.02 0 0.02
HSL 276º 0.38% 0.97% -
HSV(B) 276º 0.02% 0.98% -
XYZ 89.44 93.02 104.51 -
YUV 247.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 249 246 251 0.01 0.02 0 0.02 276 0.38 0.97
Hex F9 F6 FB 1 2 0 2 114 26 61
Octal 371 366 373 1 2 0 2 424 46 141
Binary 11111001 11110110 11111011 1 10 0 10 100010100 100110 1100001

Color Harmonies of #F9F6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F6FB

Black with #F9F6FB

Text Example


Text Example

White with #F9F6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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