#FAEEFF

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

Shades of Magnolia #FAEEFF

Tints of Magnolia #FAEEFF

Color information

#FAEEFF (or 0xFAEEFF) is unknown color: approx Magnolia. HEX triplet: FA, EE and FF. RGB value is (250,238,255). Sum of RGB (Red+Green+Blue) = 250+238+255=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFF is #051100. Grayscale: #F3F3F3. Windows color (decimal): -332033 or 16772858. OLE color: 16772858.

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

Color convert

RGB250238255-
CMYK0.020.0700
HSL282.35º100%96.67%-
HSV(B)282.35º6.67%100%-
XYZ88.0588.69107.09-
YUV243.53134.48132.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.65%
GREEN value IS 238 (93.36% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 34.32%
R=33.65%
G=32.03%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502382550.020.0700282.3510096.67
HexFAEEFF270011a6461
Octal3723563772700432144141
Binary111110101110111011111111101110010001101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEFF; }

 p { color: rgb(250,238,255); }

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

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

 a { background-color: rgb(250,238,255); }

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

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

 span { border-color: rgb(250,238,255); }

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