Html Css Color HEX #F9F2FD Magnolia

📋 copy color: '#F9F2FD'

red 249 ◦ green 242 ◦ blue 253

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

Shades of Magnolia #F9F2FD

Tints of Magnolia #F9F2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.01%

R = 33.47%
G = 32.53%
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

#F9F2FD (or 0xF9F2FD) is known color: Magnolia. HEX triplet: F9, F2 and FD. RGB value is (249,242,253). Sum of RGB (Red+Green+Blue) = 249+242+253=744 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.47% from 744); Green value is 242 (94.92% from 255 or 32.53% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F2FD is #060D02. Grayscale: #F5F5F5. Windows color (decimal): -396547 or 16642809. OLE color: 16642809.

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

Color convert

RGB 249 242 253 -
CMYK 0.02 0.04 0 0.01
HSL 278.18º 0.73% 0.97% -
HSV(B) 278.18º 0.04% 0.99% -
XYZ 88.55 90.74 105.78 -
YUV 245.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 249 242 253 0.02 0.04 0 0.01 278.18 0.73 0.97
Hex F9 F2 FD 2 4 0 1 116 49 61
Octal 371 362 375 2 4 0 1 426 111 141
Binary 11111001 11110010 11111101 10 100 0 1 100010110 1001001 1100001

Color Harmonies of #F9F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2FD

Black with #F9F2FD

Text Example


Text Example

White with #F9F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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