#F3EDFE

Color #F3EDFE Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #F3EDFE

Tints of Magnolia #F3EDFE

Color information

#F3EDFE (or 0xF3EDFE) is unknown color: approx Magnolia. HEX triplet: F3, ED and FE. RGB value is (243,237,254). Sum of RGB (Red+Green+Blue) = 243+237+254=734 (97% of max value = 765). Red value is 243 (95.31% from 255 or 33.11% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDFE is #0C1201. Grayscale: #F0F0F0. Windows color (decimal): -791042 or 16707059. OLE color: 16707059.

HSL color Cylindrical-coordinate representation of color #F3EDFE: hue angle of 261.18º 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 #F3EDFE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243237254-
CMYK0.040.0700.00
HSL261.18º89.47%96.27%-
HSV(B)261.18º6.69%99.61%-
XYZ85.1486.78106.03-
YUV240.73135.49129.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.11%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=33.11%
G=32.29%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432372540.040.0700.00261.1889.4796.27
HexF3EDFE47001055960
Octal3633553764700405131140
Binary1111001111101101111111101001110010000010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDFE; }

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

 H1.HeaderClassName
 {
   color: #F3EDFE;
 }
 .AnyTagClassName
 {
   color: #F3EDFE;
 }
</style>
background-color css

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

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

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

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

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

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