#FCFCFF

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

Shades of Ghost White #FCFCFF

Tints of Ghost White #FCFCFF

Color information

#FCFCFF (or 0xFCFCFF) is unknown color: approx Ghost White. HEX triplet: FC, FC and FF. RGB value is (252,252,255). Sum of RGB (Red+Green+Blue) = 252+252+255=759 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.20% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFF is #030300. Grayscale: #FCFCFC. Windows color (decimal): -197377 or 16776444. OLE color: 16776444.

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

Color convert

RGB252252255-
CMYK0.010.0100
HSL240º100%99.41%-
HSV(B)240º1.18%100%-
XYZ93.0197.54108.53-
YUV252.34129.5127.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.20%
GREEN value IS 252 (98.83% from 255) = 33.20%
BLUE value IS 255 (100% from 255) = 33.60%
R=33.20%
G=33.20%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522522550.010.010024010099.41
HexFCFCFF1100f06463
Octal3743743771100360144143
Binary11111100111111001111111111001111000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCFF; }

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

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

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

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

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

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

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

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