Html Css Color HEX #F0E8FA Magnolia

📋 copy color: '#F0E8FA'

red 240 ◦ green 232 ◦ blue 250

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

Shades of Magnolia #F0E8FA

Tints of Magnolia #F0E8FA

RGB

 RED value IS 240 (94.14% from 255) = 33.24%

 GREEN value IS 232 (91.02% from 255) = 32.13%

 BLUE value IS 250 (98.05% from 255) = 34.63%

R = 33.24%
G = 32.13%
B = 34.63%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0E8FA (or 0xF0E8FA) is known color: Magnolia. HEX triplet: F0, E8 and FA. RGB value is (240,232,250). Sum of RGB (Red+Green+Blue) = 240+232+250=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0E8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8FA is #0F1705. Grayscale: #ECECEC. Windows color (decimal): -988934 or 16443632. OLE color: 16443632.

HSL color Cylindrical-coordinate representation of color #F0E8FA: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E8FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 232 250 -
CMYK 0.04 0.07 0 0.02
HSL 266.67º 0.64% 0.95% -
HSV(B) 266.67º 0.07% 0.98% -
XYZ 82.05 83.14 102.17 -
YUV 236.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 240 232 250 0.04 0.07 0 0.02 266.67 0.64 0.95
Hex F0 E8 FA 4 7 0 2 10B 40 5F
Octal 360 350 372 4 7 0 2 413 100 137
Binary 11110000 11101000 11111010 100 111 0 10 100001011 1000000 1011111

Color Harmonies of #F0E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8FA

Black with #F0E8FA

Text Example


Text Example

White with #F0E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8FA; }

 p { color: rgb(240,232,250); }

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

background-color css

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

 a { background-color: rgb(240,232,250); }

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

border-color css

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

 span { border-color: rgb(240,232,250); }

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