Html Css Color HEX #F2EDF6 Magnolia

📋 copy color: '#F2EDF6'

red 242 ◦ green 237 ◦ blue 246

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

Shades of Magnolia #F2EDF6

Tints of Magnolia #F2EDF6

RGB

 RED value IS 242 (94.92% from 255) = 33.38%

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

 BLUE value IS 246 (96.48% from 255) = 33.93%

R = 33.38%
G = 32.69%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2EDF6 (or 0xF2EDF6) is known color: Magnolia. HEX triplet: F2, ED and F6. RGB value is (242,237,246). Sum of RGB (Red+Green+Blue) = 242+237+246=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 246 (96.48% from 255 or 33.93% from 725); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2EDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDF6 is #0D1209. Grayscale: #EFEFEF. Windows color (decimal): -856586 or 16182770. OLE color: 16182770.

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

Color convert

RGB 242 237 246 -
CMYK 0.02 0.04 0 0.04
HSL 273.33º 0.33% 0.95% -
HSV(B) 273.33º 0.04% 0.96% -
XYZ 83.54 86.1 99.4 -
YUV 239.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 242 237 246 0.02 0.04 0 0.04 273.33 0.33 0.95
Hex F2 ED F6 2 4 0 4 111 21 5F
Octal 362 355 366 2 4 0 4 421 41 137
Binary 11110010 11101101 11110110 10 100 0 100 100010001 100001 1011111

Color Harmonies of #F2EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDF6

Black with #F2EDF6

Text Example


Text Example

White with #F2EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDF6; }

 p { color: rgb(242,237,246); }

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

background-color css

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

 a { background-color: rgb(242,237,246); }

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

border-color css

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

 span { border-color: rgb(242,237,246); }

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