#F4EDFD

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

Shades of Magnolia #F4EDFD

Tints of Magnolia #F4EDFD

Color information

#F4EDFD (or 0xF4EDFD) is unknown color: approx Magnolia. HEX triplet: F4, ED and FD. RGB value is (244,237,253). Sum of RGB (Red+Green+Blue) = 244+237+253=734 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.24% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EDFD is #0B1202. Grayscale: #F0F0F0. Windows color (decimal): -725507 or 16641524. OLE color: 16641524.

HSL color Cylindrical-coordinate representation of color #F4EDFD: hue angle of 266.25º degrees, saturation: 0.8, 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 #F4EDFD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244237253-
CMYK0.040.0600.01
HSL266.25º80%96.08%-
HSV(B)266.25º6.32%99.22%-
XYZ85.3286.89105.2-
YUV240.92134.82130.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=33.24%
G=32.29%
B=34.47%

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
Decimal2442372530.040.0600.01266.258096.08
HexF4EDFD460110a5060
Octal3643553754601412120140
Binary1111010011101101111111011001100110000101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDFD; }

 p { color: rgb(244,237,253); }

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

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

 a { background-color: rgb(244,237,253); }

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

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

 span { border-color: rgb(244,237,253); }

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