Html Css Color HEX #F0ECF8 Magnolia

📋 copy color: '#F0ECF8'

red 240 ◦ green 236 ◦ blue 248

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

Shades of Magnolia #F0ECF8

Tints of Magnolia #F0ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.6%

 BLUE value IS 248 (97.27% from 255) = 34.25%

R = 33.15%
G = 32.6%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F0ECF8 (or 0xF0ECF8) is known color: Magnolia. HEX triplet: F0, EC and F8. RGB value is (240,236,248). Sum of RGB (Red+Green+Blue) = 240+236+248=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0ECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECF8 is #0F1307. Grayscale: #EEEEEE. Windows color (decimal): -987912 or 16313584. OLE color: 16313584.

HSL color Cylindrical-coordinate representation of color #F0ECF8: hue angle of 260º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0ECF8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 236 248 -
CMYK 0.03 0.05 0 0.03
HSL 260º 0.46% 0.95% -
HSV(B) 260º 0.05% 0.97% -
XYZ 82.87 85.29 100.9 -
YUV 238.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 240 236 248 0.03 0.05 0 0.03 260 0.46 0.95
Hex F0 EC F8 3 5 0 3 104 2E 5F
Octal 360 354 370 3 5 0 3 404 56 137
Binary 11110000 11101100 11111000 11 101 0 11 100000100 101110 1011111

Color Harmonies of #F0ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ECF8

Black with #F0ECF8

Text Example


Text Example

White with #F0ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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