#F2EEFD

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

Shades of Magnolia #F2EEFD

Tints of Magnolia #F2EEFD

Color information

#F2EEFD (or 0xF2EEFD) is unknown color: approx Magnolia. HEX triplet: F2, EE and FD. RGB value is (242,238,253). Sum of RGB (Red+Green+Blue) = 242+238+253=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFD is #0D1102. Grayscale: #F0F0F0. Windows color (decimal): -856323 or 16641778. OLE color: 16641778.

HSL color Cylindrical-coordinate representation of color #F2EEFD: hue angle of 256º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EEFD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242238253-
CMYK0.040.0600.01
HSL256º78.95%96.27%-
HSV(B)256º5.93%99.22%-
XYZ84.9287.12105.27-
YUV240.91134.83128.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.02%
GREEN value IS 238 (93.36% from 255) = 32.47%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=33.02%
G=32.47%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422382530.040.0600.0125678.9596.27
HexF2EEFD46011004f60
Octal3623563754601400117140
Binary1111001011101110111111011001100110000000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEFD; }

 p { color: rgb(242,238,253); }

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

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

 a { background-color: rgb(242,238,253); }

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

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

 span { border-color: rgb(242,238,253); }

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