Html Css Color HEX #F8EFFE Magnolia

📋 copy color: '#F8EFFE'

red 248 ◦ green 239 ◦ blue 254

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

Shades of Magnolia #F8EFFE

Tints of Magnolia #F8EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.25%

 BLUE value IS 254 (99.61% from 255) = 34.28%

R = 33.47%
G = 32.25%
B = 34.28%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8EFFE (or 0xF8EFFE) is known color: Magnolia. HEX triplet: F8, EF and FE. RGB value is (248,239,254). Sum of RGB (Red+Green+Blue) = 248+239+254=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFFE is #071001. Grayscale: #F3F3F3. Windows color (decimal): -462850 or 16707576. OLE color: 16707576.

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

Color convert

RGB 248 239 254 -
CMYK 0.02 0.06 0 0.00
HSL 276º 0.88% 0.97% -
HSV(B) 276º 0.06% 1% -
XYZ 87.47 88.85 106.3 -
YUV 243.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 248 239 254 0.02 0.06 0 0.00 276 0.88 0.97
Hex F8 EF FE 2 6 0 0 114 58 61
Octal 370 357 376 2 6 0 0 424 130 141
Binary 11111000 11101111 11111110 10 110 0 0 100010100 1011000 1100001

Color Harmonies of #F8EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EFFE

Black with #F8EFFE

Text Example


Text Example

White with #F8EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EFFE; }

 p { color: rgb(248,239,254); }

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

background-color css

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

 a { background-color: rgb(248,239,254); }

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

border-color css

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

 span { border-color: rgb(248,239,254); }

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