#FCFAFE

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

Shades of Magnolia #FCFAFE

Tints of Magnolia #FCFAFE

Color information

#FCFAFE (or 0xFCFAFE) is unknown color: approx Magnolia. HEX triplet: FC, FA and FE. RGB value is (252,250,254). Sum of RGB (Red+Green+Blue) = 252+250+254=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 250 (98.05% from 255 or 33.07% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFE is #030501. Grayscale: #FBFBFB. Windows color (decimal): -197890 or 16710396. OLE color: 16710396.

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

Color convert

RGB252250254-
CMYK0.010.0200.00
HSL270º66.67%98.82%-
HSV(B)270º1.57%99.61%-
XYZ92.2296.22107.48-
YUV251.05129.66128.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 33.60%
R=33.33%
G=33.07%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522502540.010.0200.0027066.6798.82
HexFCFAFE120010e4363
Octal3743723761200416103143
Binary1111110011111010111111101100010000111010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAFE; }

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

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

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

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

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

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

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

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