#FCF3FF

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

Shades of Magnolia #FCF3FF

Tints of Magnolia #FCF3FF

Color information

#FCF3FF (or 0xFCF3FF) is unknown color: approx Magnolia. HEX triplet: FC, F3 and FF. RGB value is (252,243,255). Sum of RGB (Red+Green+Blue) = 252+243+255=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 243 (95.31% from 255 or 32.4% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FF is #030C00. Grayscale: #F7F7F7. Windows color (decimal): -199681 or 16774140. OLE color: 16774140.

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

Color convert

RGB252243255-
CMYK0.010.0500
HSL285º100%97.65%-
HSV(B)285º4.71%100%-
XYZ90.2592.02107.61-
YUV247.06132.48131.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.6%
GREEN value IS 243 (95.31% from 255) = 32.4%
BLUE value IS 255 (100% from 255) = 34%
R=33.6%
G=32.4%
B=34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522432550.010.050028510097.65
HexFCF3FF150011d6462
Octal3743633771500435144142
Binary11111100111100111111111111010010001110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3FF; }

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

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

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

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

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

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

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

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