Html Css Color HEX #F2EDFE Magnolia

📋 copy color: '#F2EDFE'

red 242 ◦ green 237 ◦ blue 254

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

Shades of Magnolia #F2EDFE

Tints of Magnolia #F2EDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.65%

R = 33.02%
G = 32.33%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2EDFE (or 0xF2EDFE) is known color: Magnolia. HEX triplet: F2, ED and FE. RGB value is (242,237,254). Sum of RGB (Red+Green+Blue) = 242+237+254=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFE is #0D1201. Grayscale: #F0F0F0. Windows color (decimal): -856578 or 16707058. OLE color: 16707058.

HSL color Cylindrical-coordinate representation of color #F2EDFE: hue angle of 257.65º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EDFE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 237 254 -
CMYK 0.05 0.07 0 0.00
HSL 257.65º 0.89% 0.96% -
HSV(B) 257.65º 0.07% 1% -
XYZ 84.79 86.6 106.01 -
YUV 240.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 242 237 254 0.05 0.07 0 0.00 257.65 0.89 0.96
Hex F2 ED FE 5 7 0 0 102 59 60
Octal 362 355 376 5 7 0 0 402 131 140
Binary 11110010 11101101 11111110 101 111 0 0 100000010 1011001 1100000

Color Harmonies of #F2EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDFE

Black with #F2EDFE

Text Example


Text Example

White with #F2EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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