Html Css Color HEX #F9F0FD Magnolia

📋 copy color: '#F9F0FD'

red 249 ◦ green 240 ◦ blue 253

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

Shades of Magnolia #F9F0FD

Tints of Magnolia #F9F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.35%

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

R = 33.56%
G = 32.35%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9F0FD (or 0xF9F0FD) is known color: Magnolia. HEX triplet: F9, F0 and FD. RGB value is (249,240,253). Sum of RGB (Red+Green+Blue) = 249+240+253=742 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.56% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FD is #060F02. Grayscale: #F4F4F4. Windows color (decimal): -397059 or 16642297. OLE color: 16642297.

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

Color convert

RGB 249 240 253 -
CMYK 0.02 0.05 0 0.01
HSL 281.54º 0.76% 0.97% -
HSV(B) 281.54º 0.05% 0.99% -
XYZ 87.96 89.55 105.58 -
YUV 244.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 249 240 253 0.02 0.05 0 0.01 281.54 0.76 0.97
Hex F9 F0 FD 2 5 0 1 11A 4C 61
Octal 371 360 375 2 5 0 1 432 114 141
Binary 11111001 11110000 11111101 10 101 0 1 100011010 1001100 1100001

Color Harmonies of #F9F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0FD

Black with #F9F0FD

Text Example


Text Example

White with #F9F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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