Html Css Color HEX #F0EEF4 Magnolia

📋 copy color: '#F0EEF4'

red 240 ◦ green 238 ◦ blue 244

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

Shades of Magnolia #F0EEF4

Tints of Magnolia #F0EEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 33.8%

R = 33.24%
G = 32.96%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0EEF4 (or 0xF0EEF4) is known color: Magnolia. HEX triplet: F0, EE and F4. RGB value is (240,238,244). Sum of RGB (Red+Green+Blue) = 240+238+244=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0EEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF4 is #0F110B. Grayscale: #EFEFEF. Windows color (decimal): -987404 or 16051952. OLE color: 16051952.

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

Color convert

RGB 240 238 244 -
CMYK 0.02 0.02 0 0.04
HSL 260º 0.21% 0.95% -
HSV(B) 260º 0.02% 0.96% -
XYZ 82.84 86.21 97.86 -
YUV 239.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 240 238 244 0.02 0.02 0 0.04 260 0.21 0.95
Hex F0 EE F4 2 2 0 4 104 15 5F
Octal 360 356 364 2 2 0 4 404 25 137
Binary 11110000 11101110 11110100 10 10 0 100 100000100 10101 1011111

Color Harmonies of #F0EEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EEF4

Black with #F0EEF4

Text Example


Text Example

White with #F0EEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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