Html Css Color HEX #F9F5FF Magnolia

📋 copy color: '#F9F5FF'

red 249 ◦ green 245 ◦ blue 255

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

Shades of Magnolia #F9F5FF

Tints of Magnolia #F9F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.71%

 BLUE value IS 255 (100% from 255) = 34.05%

R = 33.24%
G = 32.71%
B = 34.05%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9F5FF (or 0xF9F5FF) is known color: Magnolia. HEX triplet: F9, F5 and FF. RGB value is (249,245,255). Sum of RGB (Red+Green+Blue) = 249+245+255=749 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.24% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F5FF is #060A00. Grayscale: #F7F7F7. Windows color (decimal): -395777 or 16774649. OLE color: 16774649.

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

Color convert

RGB 249 245 255 -
CMYK 0.02 0.04 0 0
HSL 264º 1% 0.98% -
HSV(B) 264º 0.04% 1% -
XYZ 89.77 92.66 107.76 -
YUV 247.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 249 245 255 0.02 0.04 0 0 264 1 0.98
Hex F9 F5 FF 2 4 0 0 108 64 62
Octal 371 365 377 2 4 0 0 410 144 142
Binary 11111001 11110101 11111111 10 100 0 0 100001000 1100100 1100010

Color Harmonies of #F9F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F5FF

Black with #F9F5FF

Text Example


Text Example

White with #F9F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F5FF; }

 p { color: rgb(249,245,255); }

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

background-color css

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

 a { background-color: rgb(249,245,255); }

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

border-color css

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

 span { border-color: rgb(249,245,255); }

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