Html Css Color HEX #F9F2FC Magnolia

📋 copy color: '#F9F2FC'

red 249 ◦ green 242 ◦ blue 252

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

Shades of Magnolia #F9F2FC

Tints of Magnolia #F9F2FC

RGB

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

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

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

R = 33.51%
G = 32.57%
B = 33.92%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F2FC (or 0xF9F2FC) is known color: Magnolia. HEX triplet: F9, F2 and FC. RGB value is (249,242,252). Sum of RGB (Red+Green+Blue) = 249+242+252=743 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.51% from 743); Green value is 242 (94.92% from 255 or 32.57% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F2FC is #060D03. Grayscale: #F5F5F5. Windows color (decimal): -396548 or 16577273. OLE color: 16577273.

HSL color Cylindrical-coordinate representation of color #F9F2FC: hue angle of 282º 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 #F9F2FC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 242 252 -
CMYK 0.01 0.04 0 0.01
HSL 282º 0.63% 0.97% -
HSV(B) 282º 0.04% 0.99% -
XYZ 88.39 90.67 104.94 -
YUV 245.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 249 242 252 0.01 0.04 0 0.01 282 0.63 0.97
Hex F9 F2 FC 1 4 0 1 11A 3E 61
Octal 371 362 374 1 4 0 1 432 76 141
Binary 11111001 11110010 11111100 1 100 0 1 100011010 111110 1100001

Color Harmonies of #F9F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2FC

Black with #F9F2FC

Text Example


Text Example

White with #F9F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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