#F0EBFC

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

Shades of Magnolia #F0EBFC

Tints of Magnolia #F0EBFC

Color information

#F0EBFC (or 0xF0EBFC) is unknown color: approx Magnolia. HEX triplet: F0, EB and FC. RGB value is (240,235,252). Sum of RGB (Red+Green+Blue) = 240+235+252=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0EBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBFC is #0F1403. Grayscale: #EEEEEE. Windows color (decimal): -988164 or 16575472. OLE color: 16575472.

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

Color convert

RGB240235252-
CMYK0.050.0700.01
HSL257.65º73.91%95.49%-
HSV(B)257.65º6.75%98.82%-
XYZ83.2184.97104.11-
YUV238.43135.66129.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.01%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=33.01%
G=32.32%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402352520.050.0700.01257.6573.9195.49
HexF0EBFC57011024a5f
Octal3603533745701402112137
Binary1111000011101011111111001011110110000001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBFC; }

 p { color: rgb(240,235,252); }

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

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

 a { background-color: rgb(240,235,252); }

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

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

 span { border-color: rgb(240,235,252); }

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