#FCF7FE

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

Shades of Magnolia #FCF7FE

Tints of Magnolia #FCF7FE

Color information

#FCF7FE (or 0xFCF7FE) is unknown color: approx Magnolia. HEX triplet: FC, F7 and FE. RGB value is (252,247,254). Sum of RGB (Red+Green+Blue) = 252+247+254=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 247 (96.88% from 255 or 32.80% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7FE is #030801. Grayscale: #F9F9F9. Windows color (decimal): -198658 or 16709628. OLE color: 16709628.

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

Color convert

RGB252247254-
CMYK0.010.0300.00
HSL282.86º77.78%98.24%-
HSV(B)282.86º2.76%99.61%-
XYZ91.394.37107.17-
YUV249.29130.66129.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.47%
GREEN value IS 247 (96.88% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 33.73%
R=33.47%
G=32.80%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522472540.010.0300.00282.8677.7898.24
HexFCF7FE130011b4e62
Octal3743673761300433116142
Binary1111110011110111111111101110010001101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7FE; }

 p { color: rgb(252,247,254); }

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

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

 a { background-color: rgb(252,247,254); }

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

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

 span { border-color: rgb(252,247,254); }

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