#FCF6FF

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

Shades of Magnolia #FCF6FF

Tints of Magnolia #FCF6FF

Color information

#FCF6FF (or 0xFCF6FF) is unknown color: approx Magnolia. HEX triplet: FC, F6 and FF. RGB value is (252,246,255). Sum of RGB (Red+Green+Blue) = 252+246+255=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 246 (96.48% from 255 or 32.67% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6FF is #030900. Grayscale: #F8F8F8. Windows color (decimal): -198913 or 16774908. OLE color: 16774908.

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

Color convert

RGB252246255-
CMYK0.010.0400
HSL280º100%98.24%-
HSV(B)280º3.53%100%-
XYZ91.1593.83107.91-
YUV248.82131.49130.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.47%
GREEN value IS 246 (96.48% from 255) = 32.67%
BLUE value IS 255 (100% from 255) = 33.86%
R=33.47%
G=32.67%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522462550.010.040028010098.24
HexFCF6FF14001186462
Octal3743663771400430144142
Binary11111100111101101111111111000010001100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6FF; }

 p { color: rgb(252,246,255); }

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

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

 a { background-color: rgb(252,246,255); }

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

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

 span { border-color: rgb(252,246,255); }

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