#FAFAFC

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

Shades of Ghost White #FAFAFC

Tints of Ghost White #FAFAFC

Color information

#FAFAFC (or 0xFAFAFC) is unknown color: approx Ghost White. HEX triplet: FA, FA and FC. RGB value is (250,250,252). Sum of RGB (Red+Green+Blue) = 250+250+252=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFC is #050503. Grayscale: #FAFAFA. Windows color (decimal): -328964 or 16579322. OLE color: 16579322.

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

Color convert

RGB250250252-
CMYK0.010.0100.01
HSL240º25%98.43%-
HSV(B)240º0.79%98.82%-
XYZ91.1895.72105.77-
YUV250.23129127.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.24%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 252 (98.83% from 255) = 33.51%
R=33.24%
G=33.24%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2502502520.010.0100.012402598.43
HexFAFAFC1101f01962
Octal372372374110136031142
Binary111110101111101011111100110111110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFC; }

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

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

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

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

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

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

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

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