#F2EFFE

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

Shades of Magnolia #F2EFFE

Tints of Magnolia #F2EFFE

Color information

#F2EFFE (or 0xF2EFFE) is unknown color: approx Magnolia. HEX triplet: F2, EF and FE. RGB value is (242,239,254). Sum of RGB (Red+Green+Blue) = 242+239+254=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFFE is #0D1001. Grayscale: #F1F1F1. Windows color (decimal): -856066 or 16707570. OLE color: 16707570.

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

Color convert

RGB242239254-
CMYK0.050.0600.00
HSL252º88.24%96.67%-
HSV(B)252º5.91%99.61%-
XYZ85.3787.77106.21-
YUV241.61134.99128.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.93%
GREEN value IS 239 (93.75% from 255) = 32.52%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=32.93%
G=32.52%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422392540.050.0600.0025288.2496.67
HexF2EFFE5600fc5861
Octal3623573765600374130141
Binary111100101110111111111110101110001111110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFFE; }

 p { color: rgb(242,239,254); }

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

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

 a { background-color: rgb(242,239,254); }

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

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

 span { border-color: rgb(242,239,254); }

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