Html Css Color HEX #F0EDFA Magnolia

📋 copy color: '#F0EDFA'

red 240 ◦ green 237 ◦ blue 250

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

Shades of Magnolia #F0EDFA

Tints of Magnolia #F0EDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.6%

 BLUE value IS 250 (98.05% from 255) = 34.39%

R = 33.01%
G = 32.6%
B = 34.39%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0EDFA (or 0xF0EDFA) is known color: Magnolia. HEX triplet: F0, ED and FA. RGB value is (240,237,250). Sum of RGB (Red+Green+Blue) = 240+237+250=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFA is #0F1205. Grayscale: #EFEFEF. Windows color (decimal): -987654 or 16444912. OLE color: 16444912.

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

Color convert

RGB 240 237 250 -
CMYK 0.04 0.05 0 0.02
HSL 253.85º 0.57% 0.95% -
HSV(B) 253.85º 0.05% 0.98% -
XYZ 83.47 86 102.64 -
YUV 239.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 240 237 250 0.04 0.05 0 0.02 253.85 0.57 0.95
Hex F0 ED FA 4 5 0 2 FE 39 5F
Octal 360 355 372 4 5 0 2 376 71 137
Binary 11110000 11101101 11111010 100 101 0 10 11111110 111001 1011111

Color Harmonies of #F0EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDFA

Black with #F0EDFA

Text Example


Text Example

White with #F0EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDFA; }

 p { color: rgb(240,237,250); }

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

background-color css

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

 a { background-color: rgb(240,237,250); }

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

border-color css

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

 span { border-color: rgb(240,237,250); }

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