Html Css Color HEX #F8F0FC Magnolia

📋 copy color: '#F8F0FC'

red 248 ◦ green 240 ◦ blue 252

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

Shades of Magnolia #F8F0FC

Tints of Magnolia #F8F0FC

RGB

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

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

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

R = 33.51%
G = 32.43%
B = 34.05%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8F0FC (or 0xF8F0FC) is known color: Magnolia. HEX triplet: F8, F0 and FC. RGB value is (248,240,252). Sum of RGB (Red+Green+Blue) = 248+240+252=740 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.51% from 740); Green value is 240 (94.14% from 255 or 32.43% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8F0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0FC is #070F03. Grayscale: #F3F3F3. Windows color (decimal): -462596 or 16576760. OLE color: 16576760.

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

Color convert

RGB 248 240 252 -
CMYK 0.02 0.05 0 0.01
HSL 280º 0.67% 0.96% -
HSV(B) 280º 0.05% 0.99% -
XYZ 87.44 89.3 104.72 -
YUV 243.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 248 240 252 0.02 0.05 0 0.01 280 0.67 0.96
Hex F8 F0 FC 2 5 0 1 118 43 60
Octal 370 360 374 2 5 0 1 430 103 140
Binary 11111000 11110000 11111100 10 101 0 1 100011000 1000011 1100000

Color Harmonies of #F8F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F0FC

Black with #F8F0FC

Text Example


Text Example

White with #F8F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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