#F4E6FF

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

Shades of Magnolia #F4E6FF

Tints of Magnolia #F4E6FF

Color information

#F4E6FF (or 0xF4E6FF) is unknown color: approx Magnolia. HEX triplet: F4, E6 and FF. RGB value is (244,230,255). Sum of RGB (Red+Green+Blue) = 244+230+255=729 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.47% from 729); Green value is 230 (90.23% from 255 or 31.55% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E6FF is #0B1900. Grayscale: #ECECEC. Windows color (decimal): -727297 or 16770804. OLE color: 16770804.

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

Color convert

RGB244230255-
CMYK0.040.1000
HSL273.6º100%95.1%-
HSV(B)273.6º9.8%100%-
XYZ83.6683.05106.23-
YUV237.04138.14132.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.47%
GREEN value IS 230 (90.23% from 255) = 31.55%
BLUE value IS 255 (100% from 255) = 34.98%
R=33.47%
G=31.55%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442302550.040.1000273.610095.1
HexF4E6FF4A00112645f
Octal36434637741200422144137
Binary11110100111001101111111110010100010001001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E6FF; }

 p { color: rgb(244,230,255); }

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

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

 a { background-color: rgb(244,230,255); }

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

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

 span { border-color: rgb(244,230,255); }

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