#F2E4FF

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

Shades of Magnolia #F2E4FF

Tints of Magnolia #F2E4FF

Color information

#F2E4FF (or 0xF2E4FF) is unknown color: approx Magnolia. HEX triplet: F2, E4 and FF. RGB value is (242,228,255). Sum of RGB (Red+Green+Blue) = 242+228+255=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4FF is #0D1B00. Grayscale: #EBEBEB. Windows color (decimal): -858881 or 16770290. OLE color: 16770290.

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

Color convert

RGB242228255-
CMYK0.050.1100
HSL271.11º100%94.71%-
HSV(B)271.11º10.59%100%-
XYZ82.4181.58106.01-
YUV235.26139.14132.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.38%
GREEN value IS 228 (89.45% from 255) = 31.45%
BLUE value IS 255 (100% from 255) = 35.17%
R=33.38%
G=31.45%
B=35.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422282550.050.1100271.1110094.71
HexF2E4FF5B0010f645f
Octal36234437751300417144137
Binary11110010111001001111111110110110010000111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4FF; }

 p { color: rgb(242,228,255); }

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

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

 a { background-color: rgb(242,228,255); }

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

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

 span { border-color: rgb(242,228,255); }

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