Html Css Color HEX #F9F0FF Magnolia

📋 copy color: '#F9F0FF'

red 249 ◦ green 240 ◦ blue 255

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

Shades of Magnolia #F9F0FF

Tints of Magnolia #F9F0FF

RGB

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

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

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

R = 33.47%
G = 32.26%
B = 34.27%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9F0FF (or 0xF9F0FF) is known color: Magnolia. HEX triplet: F9, F0 and FF. RGB value is (249,240,255). Sum of RGB (Red+Green+Blue) = 249+240+255=744 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.47% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0FF is #060F00. Grayscale: #F4F4F4. Windows color (decimal): -397057 or 16773369. OLE color: 16773369.

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

Color convert

RGB 249 240 255 -
CMYK 0.02 0.06 0 0
HSL 276º 1% 0.97% -
HSV(B) 276º 0.06% 1% -
XYZ 88.28 89.68 107.27 -
YUV 244.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 249 240 255 0.02 0.06 0 0 276 1 0.97
Hex F9 F0 FF 2 6 0 0 114 64 61
Octal 371 360 377 2 6 0 0 424 144 141
Binary 11111001 11110000 11111111 10 110 0 0 100010100 1100100 1100001

Color Harmonies of #F9F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0FF

Black with #F9F0FF

Text Example


Text Example

White with #F9F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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