#FCF2FF

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

Shades of Magnolia #FCF2FF

Tints of Magnolia #FCF2FF

Color information

#FCF2FF (or 0xFCF2FF) is unknown color: approx Magnolia. HEX triplet: FC, F2 and FF. RGB value is (252,242,255). Sum of RGB (Red+Green+Blue) = 252+242+255=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 242 (94.92% from 255 or 32.31% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2FF is #030D00. Grayscale: #F6F6F6. Windows color (decimal): -199937 or 16773884. OLE color: 16773884.

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

Color convert

RGB252242255-
CMYK0.010.0500
HSL286.15º100%97.45%-
HSV(B)286.15º5.1%100%-
XYZ89.9591.42107.51-
YUV246.47132.81131.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.64%
GREEN value IS 242 (94.92% from 255) = 32.31%
BLUE value IS 255 (100% from 255) = 34.05%
R=33.64%
G=32.31%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522422550.010.0500286.1510097.45
HexFCF2FF150011e6461
Octal3743623771500436144141
Binary11111100111100101111111111010010001111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2FF; }

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

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

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

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

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

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

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

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