Html Css Color HEX #F0EAF9 Magnolia

📋 copy color: '#F0EAF9'

red 240 ◦ green 234 ◦ blue 249

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

Shades of Magnolia #F0EAF9

Tints of Magnolia #F0EAF9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.37%

 BLUE value IS 249 (97.66% from 255) = 34.44%

R = 33.2%
G = 32.37%
B = 34.44%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0EAF9 (or 0xF0EAF9) is known color: Magnolia. HEX triplet: F0, EA and F9. RGB value is (240,234,249). Sum of RGB (Red+Green+Blue) = 240+234+249=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAF9 is #0F1506. Grayscale: #EDEDED. Windows color (decimal): -988423 or 16378608. OLE color: 16378608.

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

Color convert

RGB 240 234 249 -
CMYK 0.04 0.06 0 0.02
HSL 264º 0.56% 0.95% -
HSV(B) 264º 0.06% 0.98% -
XYZ 82.46 84.21 101.53 -
YUV 237.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 240 234 249 0.04 0.06 0 0.02 264 0.56 0.95
Hex F0 EA F9 4 6 0 2 108 38 5F
Octal 360 352 371 4 6 0 2 410 70 137
Binary 11110000 11101010 11111001 100 110 0 10 100001000 111000 1011111

Color Harmonies of #F0EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAF9

Black with #F0EAF9

Text Example


Text Example

White with #F0EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAF9; }

 p { color: rgb(240,234,249); }

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

background-color css

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

 a { background-color: rgb(240,234,249); }

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

border-color css

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

 span { border-color: rgb(240,234,249); }

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