#F3F0FE

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

Shades of Magnolia #F3F0FE

Tints of Magnolia #F3F0FE

Color information

#F3F0FE (or 0xF3F0FE) is unknown color: approx Magnolia. HEX triplet: F3, F0 and FE. RGB value is (243,240,254). Sum of RGB (Red+Green+Blue) = 243+240+254=737 (97% of max value = 765). Red value is 243 (95.31% from 255 or 32.97% from 737); Green value is 240 (94.14% from 255 or 32.56% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0FE is #0C0F01. Grayscale: #F2F2F2. Windows color (decimal): -790274 or 16707827. OLE color: 16707827.

HSL color Cylindrical-coordinate representation of color #F3F0FE: hue angle of 252.86º 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 #F3F0FE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243240254-
CMYK0.040.0600.00
HSL252.86º87.5%96.86%-
HSV(B)252.86º5.51%99.61%-
XYZ86.0188.53106.32-
YUV242.49134.49128.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.97%
GREEN value IS 240 (94.14% from 255) = 32.56%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=32.97%
G=32.56%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432402540.040.0600.00252.8687.596.86
HexF3F0FE4600fd5861
Octal3633603764600375130141
Binary111100111111000011111110100110001111110110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0FE; }

 p { color: rgb(243,240,254); }

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

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

 a { background-color: rgb(243,240,254); }

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

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

 span { border-color: rgb(243,240,254); }

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