#F6F7FE

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

Shades of Ghost White #F6F7FE

Tints of Ghost White #F6F7FE

Color information

#F6F7FE (or 0xF6F7FE) is unknown color: approx Ghost White. HEX triplet: F6, F7 and FE. RGB value is (246,247,254). Sum of RGB (Red+Green+Blue) = 246+247+254=747 (98% of max value = 765). Red value is 246 (96.48% from 255 or 32.93% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F7FE is #090801. Grayscale: #F7F7F7. Windows color (decimal): -591874 or 16709622. OLE color: 16709622.

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

Color convert

RGB246247254-
CMYK0.030.0300.00
HSL232.5º80%98.04%-
HSV(B)232.5º3.15%99.61%-
XYZ89.1693.27107.07-
YUV247.5131.67126.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.93%
GREEN value IS 247 (96.88% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=32.93%
G=33.07%
B=34.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462472540.030.0300.00232.58098.04
HexF6F7FE3300e85062
Octal3663673763300350120142
Binary1111011011110111111111101111001110100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F7FE; }

 p { color: rgb(246,247,254); }

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

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

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

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

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

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

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