Html Css Color HEX #F8F2FC Magnolia

📋 copy color: '#F8F2FC'

red 248 ◦ green 242 ◦ blue 252

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

Shades of Magnolia #F8F2FC

Tints of Magnolia #F8F2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.96%

R = 33.42%
G = 32.61%
B = 33.96%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8F2FC (or 0xF8F2FC) is known color: Magnolia. HEX triplet: F8, F2 and FC. RGB value is (248,242,252). Sum of RGB (Red+Green+Blue) = 248+242+252=742 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.42% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2FC is #070D03. Grayscale: #F4F4F4. Windows color (decimal): -462084 or 16577272. OLE color: 16577272.

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

Color convert

RGB 248 242 252 -
CMYK 0.02 0.04 0 0.01
HSL 276º 0.63% 0.97% -
HSV(B) 276º 0.04% 0.99% -
XYZ 88.03 90.49 104.92 -
YUV 244.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 248 242 252 0.02 0.04 0 0.01 276 0.63 0.97
Hex F8 F2 FC 2 4 0 1 114 3E 61
Octal 370 362 374 2 4 0 1 424 76 141
Binary 11111000 11110010 11111100 10 100 0 1 100010100 111110 1100001

Color Harmonies of #F8F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2FC

Black with #F8F2FC

Text Example


Text Example

White with #F8F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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