#FAFAFE

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

Shades of Ghost White #FAFAFE

Tints of Ghost White #FAFAFE

Color information

#FAFAFE (or 0xFAFAFE) is unknown color: approx Ghost White. HEX triplet: FA, FA and FE. RGB value is (250,250,254). Sum of RGB (Red+Green+Blue) = 250+250+254=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFE is #050501. Grayscale: #FAFAFA. Windows color (decimal): -328962 or 16710394. OLE color: 16710394.

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

Color convert

RGB250250254-
CMYK0.020.0200.00
HSL240º66.67%98.82%-
HSV(B)240º1.57%99.61%-
XYZ91.595.85107.44-
YUV250.46130127.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.16%
GREEN value IS 250 (98.05% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 33.69%
R=33.16%
G=33.16%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502502540.020.0200.0024066.6798.82
HexFAFAFE2200f04363
Octal3723723762200360103143
Binary1111101011111010111111101010001111000010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAFE; }

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

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

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

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

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

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

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

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