Html Css Color HEX #F0EEF2 Magnolia

📋 copy color: '#F0EEF2'

red 240 ◦ green 238 ◦ blue 242

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

Shades of Magnolia #F0EEF2

Tints of Magnolia #F0EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.06%

 BLUE value IS 242 (94.92% from 255) = 33.61%

R = 33.33%
G = 33.06%
B = 33.61%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0EEF2 (or 0xF0EEF2) is known color: Magnolia. HEX triplet: F0, EE and F2. RGB value is (240,238,242). Sum of RGB (Red+Green+Blue) = 240+238+242=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0EEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF2 is #0F110D. Grayscale: #EFEFEF. Windows color (decimal): -987406 or 15920880. OLE color: 15920880.

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

Color convert

RGB 240 238 242 -
CMYK 0.01 0.02 0 0.05
HSL 270º 0.13% 0.94% -
HSV(B) 270º 0.02% 0.95% -
XYZ 82.54 86.09 96.27 -
YUV 239.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 240 238 242 0.01 0.02 0 0.05 270 0.13 0.94
Hex F0 EE F2 1 2 0 5 10E D 5E
Octal 360 356 362 1 2 0 5 416 15 136
Binary 11110000 11101110 11110010 1 10 0 101 100001110 1101 1011110

Color Harmonies of #F0EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EEF2

Black with #F0EEF2

Text Example


Text Example

White with #F0EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EEF2; }

 p { color: rgb(240,238,242); }

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

background-color css

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

 a { background-color: rgb(240,238,242); }

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

border-color css

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

 span { border-color: rgb(240,238,242); }

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