#FCFCFE

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

Shades of Ghost White #FCFCFE

Tints of Ghost White #FCFCFE

Color information

#FCFCFE (or 0xFCFCFE) is unknown color: approx Ghost White. HEX triplet: FC, FC and FE. RGB value is (252,252,254). Sum of RGB (Red+Green+Blue) = 252+252+254=758 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.25% from 758); Green value is 252 (98.83% from 255 or 33.25% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFE is #030301. Grayscale: #FCFCFC. Windows color (decimal): -197378 or 16710908. OLE color: 16710908.

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

Color convert

RGB252252254-
CMYK0.010.0100.00
HSL240º50%99.22%-
HSV(B)240º0.79%99.61%-
XYZ92.8497.47107.69-
YUV252.23129127.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.25%
GREEN value IS 252 (98.83% from 255) = 33.25%
BLUE value IS 254 (99.61% from 255) = 33.51%
R=33.25%
G=33.25%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522522540.010.0100.002405099.22
HexFCFCFE1100f03263
Octal374374376110036062143
Binary1111110011111100111111101100111100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCFE; }

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

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

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

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

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

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

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

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