Html Css Color HEX #F9F6FF Magnolia

📋 copy color: '#F9F6FF'

red 249 ◦ green 246 ◦ blue 255

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

Shades of Magnolia #F9F6FF

Tints of Magnolia #F9F6FF

RGB

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

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

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

R = 33.2%
G = 32.8%
B = 34%

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

#F9F6FF (or 0xF9F6FF) is known color: Magnolia. HEX triplet: F9, F6 and FF. RGB value is (249,246,255). Sum of RGB (Red+Green+Blue) = 249+246+255=750 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.2% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6FF is #060900. Grayscale: #F7F7F7. Windows color (decimal): -395521 or 16774905. OLE color: 16774905.

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

Color convert

RGB 249 246 255 -
CMYK 0.02 0.04 0 0
HSL 260º 1% 0.98% -
HSV(B) 260º 0.04% 1% -
XYZ 90.07 93.27 107.86 -
YUV 247.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 249 246 255 0.02 0.04 0 0 260 1 0.98
Hex F9 F6 FF 2 4 0 0 104 64 62
Octal 371 366 377 2 4 0 0 404 144 142
Binary 11111001 11110110 11111111 10 100 0 0 100000100 1100100 1100010

Color Harmonies of #F9F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F6FF

Black with #F9F6FF

Text Example


Text Example

White with #F9F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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