#EFECFA

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

Shades of Magnolia #EFECFA

Tints of Magnolia #EFECFA

Color information

#EFECFA (or 0xEFECFA) is unknown color: approx Magnolia. HEX triplet: EF, EC and FA. RGB value is (239,236,250). Sum of RGB (Red+Green+Blue) = 239+236+250=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFA is #101305. Grayscale: #EEEEEE. Windows color (decimal): -1053446 or 16444655. OLE color: 16444655.

HSL color Cylindrical-coordinate representation of color #EFECFA: hue angle of 252.86º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFECFA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239236250-
CMYK0.040.0600.02
HSL252.86º58.33%95.29%-
HSV(B)252.86º5.6%98.04%-
XYZ82.8585.24102.53-
YUV238.49134.49128.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.97%
GREEN value IS 236 (92.58% from 255) = 32.55%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=32.97%
G=32.55%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392362500.040.0600.02252.8658.3395.29
HexEFECFA4602fd3a5f
Octal357354372460237572137
Binary111011111110110011111010100110010111111011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECFA; }

 p { color: rgb(239,236,250); }

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

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

 a { background-color: rgb(239,236,250); }

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

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

 span { border-color: rgb(239,236,250); }

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