Html Css Color HEX #F8F0FE Magnolia

📋 copy color: '#F8F0FE'

red 248 ◦ green 240 ◦ blue 254

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

Shades of Magnolia #F8F0FE

Tints of Magnolia #F8F0FE

RGB

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

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

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

R = 33.42%
G = 32.35%
B = 34.23%

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

#F8F0FE (or 0xF8F0FE) is known color: Magnolia. HEX triplet: F8, F0 and FE. RGB value is (248,240,254). Sum of RGB (Red+Green+Blue) = 248+240+254=742 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.42% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0FE is #070F01. Grayscale: #F3F3F3. Windows color (decimal): -462594 or 16707832. OLE color: 16707832.

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

Color convert

RGB 248 240 254 -
CMYK 0.02 0.06 0 0.00
HSL 274.29º 0.88% 0.97% -
HSV(B) 274.29º 0.06% 1% -
XYZ 87.76 89.43 106.4 -
YUV 243.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 248 240 254 0.02 0.06 0 0.00 274.29 0.88 0.97
Hex F8 F0 FE 2 6 0 0 112 58 61
Octal 370 360 376 2 6 0 0 422 130 141
Binary 11111000 11110000 11111110 10 110 0 0 100010010 1011000 1100001

Color Harmonies of #F8F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0FE

Black with #F8F0FE

Text Example


Text Example

White with #F8F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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