#FAFAFF

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

Shades of Ghost White #FAFAFF

Tints of Ghost White #FAFAFF

Color information

#FAFAFF (or 0xFAFAFF) is unknown color: approx Ghost White. HEX triplet: FA, FA and FF. RGB value is (250,250,255). Sum of RGB (Red+Green+Blue) = 250+250+255=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFF is #050500. Grayscale: #FAFAFA. Windows color (decimal): -328961 or 16775930. OLE color: 16775930.

HSL color Cylindrical-coordinate representation of color #FAFAFF: hue angle of 240º 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 #FAFAFF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250250255-
CMYK0.020.0200
HSL240º100%99.02%-
HSV(B)240º1.96%100%-
XYZ91.6695.92108.29-
YUV250.57130.5127.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.11%
GREEN value IS 250 (98.05% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 33.77%
R=33.11%
G=33.11%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502502550.020.020024010099.02
HexFAFAFF2200f06463
Octal3723723772200360144143
Binary1111101011111010111111111010001111000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFF; }

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

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

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

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

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

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

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

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