#F6F6FA

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

Shades of Ghost White #F6F6FA

Tints of Ghost White #F6F6FA

Color information

#F6F6FA (or 0xF6F6FA) is unknown color: approx Ghost White. HEX triplet: F6, F6 and FA. RGB value is (246,246,250). Sum of RGB (Red+Green+Blue) = 246+246+250=742 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.15% from 742); Green value is 246 (96.48% from 255 or 33.15% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6F6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F6FA is #090905. Grayscale: #F6F6F6. Windows color (decimal): -592134 or 16447222. OLE color: 16447222.

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

Color convert

RGB246246250-
CMYK0.020.0200.02
HSL240º28.57%97.25%-
HSV(B)240º1.6%98.04%-
XYZ88.2292.41103.63-
YUV246.46130127.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.15%
GREEN value IS 246 (96.48% from 255) = 33.15%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=33.15%
G=33.15%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2462462500.020.0200.0224028.5797.25
HexF6F6FA2202f01d61
Octal366366372220236035141
Binary111101101111011011111010101001011110000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6FA; }

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

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

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

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

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

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

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

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