Html Css Color HEX #F8F2FE Magnolia

📋 copy color: '#F8F2FE'

red 248 ◦ green 242 ◦ blue 254

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

Shades of Magnolia #F8F2FE

Tints of Magnolia #F8F2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 32.53%

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

R = 33.33%
G = 32.53%
B = 34.14%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8F2FE (or 0xF8F2FE) is known color: Magnolia. HEX triplet: F8, F2 and FE. RGB value is (248,242,254). Sum of RGB (Red+Green+Blue) = 248+242+254=744 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.33% from 744); Green value is 242 (94.92% from 255 or 32.53% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2FE is #070D01. Grayscale: #F5F5F5. Windows color (decimal): -462082 or 16708344. OLE color: 16708344.

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

Color convert

RGB 248 242 254 -
CMYK 0.02 0.05 0 0.00
HSL 270º 0.86% 0.97% -
HSV(B) 270º 0.05% 1% -
XYZ 88.35 90.62 106.6 -
YUV 245.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 248 242 254 0.02 0.05 0 0.00 270 0.86 0.97
Hex F8 F2 FE 2 5 0 0 10E 56 61
Octal 370 362 376 2 5 0 0 416 126 141
Binary 11111000 11110010 11111110 10 101 0 0 100001110 1010110 1100001

Color Harmonies of #F8F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2FE

Black with #F8F2FE

Text Example


Text Example

White with #F8F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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