Html Css Color HEX #F8F4FF Magnolia

📋 copy color: '#F8F4FF'

red 248 ◦ green 244 ◦ blue 255

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

Shades of Magnolia #F8F4FF

Tints of Magnolia #F8F4FF

RGB

 RED value IS 248 (97.27% from 255) = 33.2%

 GREEN value IS 244 (95.7% from 255) = 32.66%

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

R = 33.2%
G = 32.66%
B = 34.14%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8F4FF (or 0xF8F4FF) is known color: Magnolia. HEX triplet: F8, F4 and FF. RGB value is (248,244,255). Sum of RGB (Red+Green+Blue) = 248+244+255=747 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.20% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F4FF is #070B00. Grayscale: #F6F6F6. Windows color (decimal): -461569 or 16774392. OLE color: 16774392.

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

Color convert

RGB 248 244 255 -
CMYK 0.03 0.04 0 0
HSL 261.82º 1% 0.98% -
HSV(B) 261.82º 0.04% 1% -
XYZ 89.11 91.88 107.65 -
YUV 246.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 248 244 255 0.03 0.04 0 0 261.82 1 0.98
Hex F8 F4 FF 3 4 0 0 106 64 62
Octal 370 364 377 3 4 0 0 406 144 142
Binary 11111000 11110100 11111111 11 100 0 0 100000110 1100100 1100010

Color Harmonies of #F8F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F4FF

Black with #F8F4FF

Text Example


Text Example

White with #F8F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F4FF; }

 p { color: rgb(248,244,255); }

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

background-color css

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

 a { background-color: rgb(248,244,255); }

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

border-color css

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

 span { border-color: rgb(248,244,255); }

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