#FCF8FF

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

Shades of Magnolia #FCF8FF

Tints of Magnolia #FCF8FF

Color information

#FCF8FF (or 0xFCF8FF) is unknown color: approx Magnolia. HEX triplet: FC, F8 and FF. RGB value is (252,248,255). Sum of RGB (Red+Green+Blue) = 252+248+255=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 248 (97.27% from 255 or 32.85% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8FF is #030700. Grayscale: #F9F9F9. Windows color (decimal): -198401 or 16775420. OLE color: 16775420.

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

Color convert

RGB252248255-
CMYK0.010.0300
HSL274.29º100%98.63%-
HSV(B)274.29º2.75%100%-
XYZ91.7695.05108.12-
YUV249.99130.83129.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.38%
GREEN value IS 248 (97.27% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 33.77%
R=33.38%
G=32.85%
B=33.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522482550.010.0300274.2910098.63
HexFCF8FF13001126463
Octal3743703771300422144143
Binary1111110011111000111111111110010001001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8FF; }

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

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

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

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

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

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

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

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