#F2E5FF

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

Shades of Magnolia #F2E5FF

Tints of Magnolia #F2E5FF

Color information

#F2E5FF (or 0xF2E5FF) is unknown color: approx Magnolia. HEX triplet: F2, E5 and FF. RGB value is (242,229,255). Sum of RGB (Red+Green+Blue) = 242+229+255=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 229 (89.84% from 255 or 31.54% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5FF is #0D1A00. Grayscale: #EBEBEB. Windows color (decimal): -858625 or 16770546. OLE color: 16770546.

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

Color convert

RGB242229255-
CMYK0.050.1000
HSL270º100%94.9%-
HSV(B)270º10.2%100%-
XYZ82.6982.14106.1-
YUV235.85138.81132.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.33%
GREEN value IS 229 (89.84% from 255) = 31.54%
BLUE value IS 255 (100% from 255) = 35.12%
R=33.33%
G=31.54%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422292550.050.100027010094.9
HexF2E5FF5A0010e645f
Octal36234537751200416144137
Binary11110010111001011111111110110100010000111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5FF; }

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

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

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

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

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

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

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

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