Html Css Color HEX #F8EEFF Magnolia

📋 copy color: '#F8EEFF'

red 248 ◦ green 238 ◦ blue 255

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

Shades of Magnolia #F8EEFF

Tints of Magnolia #F8EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.12%

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

R = 33.47%
G = 32.12%
B = 34.41%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8EEFF (or 0xF8EEFF) is known color: Magnolia. HEX triplet: F8, EE and FF. RGB value is (248,238,255). Sum of RGB (Red+Green+Blue) = 248+238+255=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 238 (93.36% from 255 or 32.12% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EEFF is #071100. Grayscale: #F2F2F2. Windows color (decimal): -463105 or 16772856. OLE color: 16772856.

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

Color convert

RGB 248 238 255 -
CMYK 0.03 0.07 0 0
HSL 275.29º 1% 0.97% -
HSV(B) 275.29º 0.07% 1% -
XYZ 87.34 88.33 107.05 -
YUV 242.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 248 238 255 0.03 0.07 0 0 275.29 1 0.97
Hex F8 EE FF 3 7 0 0 113 64 61
Octal 370 356 377 3 7 0 0 423 144 141
Binary 11111000 11101110 11111111 11 111 0 0 100010011 1100100 1100001

Color Harmonies of #F8EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EEFF

Black with #F8EEFF

Text Example


Text Example

White with #F8EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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