Html Css Color HEX #F0EEF3 Magnolia

📋 copy color: '#F0EEF3'

red 240 ◦ green 238 ◦ blue 243

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

Shades of Magnolia #F0EEF3

Tints of Magnolia #F0EEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 33.7%

R = 33.29%
G = 33.01%
B = 33.7%

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

#F0EEF3 (or 0xF0EEF3) is known color: Magnolia. HEX triplet: F0, EE and F3. RGB value is (240,238,243). Sum of RGB (Red+Green+Blue) = 240+238+243=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0EEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF3 is #0F110C. Grayscale: #EFEFEF. Windows color (decimal): -987405 or 15986416. OLE color: 15986416.

HSL color Cylindrical-coordinate representation of color #F0EEF3: hue angle of 264º degrees, saturation: 0.17, 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 #F0EEF3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 238 243 -
CMYK 0.01 0.02 0 0.05
HSL 264º 0.17% 0.94% -
HSV(B) 264º 0.02% 0.95% -
XYZ 82.69 86.15 97.06 -
YUV 239.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 240 238 243 0.01 0.02 0 0.05 264 0.17 0.94
Hex F0 EE F3 1 2 0 5 108 11 5E
Octal 360 356 363 1 2 0 5 410 21 136
Binary 11110000 11101110 11110011 1 10 0 101 100001000 10001 1011110

Color Harmonies of #F0EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EEF3

Black with #F0EEF3

Text Example


Text Example

White with #F0EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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