#FCF9FF

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

Shades of Magnolia #FCF9FF

Tints of Magnolia #FCF9FF

Color information

#FCF9FF (or 0xFCF9FF) is unknown color: approx Magnolia. HEX triplet: FC, F9 and FF. RGB value is (252,249,255). Sum of RGB (Red+Green+Blue) = 252+249+255=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9FF is #030600. Grayscale: #FAFAFA. Windows color (decimal): -198145 or 16775676. OLE color: 16775676.

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

Color convert

RGB252249255-
CMYK0.010.0200
HSL270º100%98.82%-
HSV(B)270º2.35%100%-
XYZ92.0795.67108.22-
YUV250.58130.49129.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.33%
GREEN value IS 249 (97.66% from 255) = 32.94%
BLUE value IS 255 (100% from 255) = 33.73%
R=33.33%
G=32.94%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522492550.010.020027010098.82
HexFCF9FF120010e6463
Octal3743713771200416144143
Binary1111110011111001111111111100010000111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9FF; }

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

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

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

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

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

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

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

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