Html Css Color HEX #F0E8FD Magnolia

📋 copy color: '#F0E8FD'

red 240 ◦ green 232 ◦ blue 253

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

Shades of Magnolia #F0E8FD

Tints of Magnolia #F0E8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.9%

R = 33.1%
G = 32%
B = 34.9%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0E8FD (or 0xF0E8FD) is known color: Magnolia. HEX triplet: F0, E8 and FD. RGB value is (240,232,253). Sum of RGB (Red+Green+Blue) = 240+232+253=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 232 (91.02% from 255 or 32% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8FD is #0F1702. Grayscale: #ECECEC. Windows color (decimal): -988931 or 16640240. OLE color: 16640240.

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

Color convert

RGB 240 232 253 -
CMYK 0.05 0.08 0 0.01
HSL 262.86º 0.84% 0.95% -
HSV(B) 262.86º 0.08% 0.99% -
XYZ 82.52 83.33 104.66 -
YUV 236.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 240 232 253 0.05 0.08 0 0.01 262.86 0.84 0.95
Hex F0 E8 FD 5 8 0 1 107 54 5F
Octal 360 350 375 5 10 0 1 407 124 137
Binary 11110000 11101000 11111101 101 1000 0 1 100000111 1010100 1011111

Color Harmonies of #F0E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8FD

Black with #F0E8FD

Text Example


Text Example

White with #F0E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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