#F6F8FE

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

Shades of Ghost White #F6F8FE

Tints of Ghost White #F6F8FE

Color information

#F6F8FE (or 0xF6F8FE) is unknown color: approx Ghost White. HEX triplet: F6, F8 and FE. RGB value is (246,248,254). Sum of RGB (Red+Green+Blue) = 246+248+254=748 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.89% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6F8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F8FE is #090701. Grayscale: #F8F8F8. Windows color (decimal): -591618 or 16709878. OLE color: 16709878.

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

Color convert

RGB246248254-
CMYK0.030.0200.00
HSL225º80%98.04%-
HSV(B)225º3.15%99.61%-
XYZ89.4693.88107.17-
YUV248.09131.34126.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.89%
GREEN value IS 248 (97.27% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=32.89%
G=33.16%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462482540.030.0200.002258098.04
HexF6F8FE3200e15062
Octal3663703763200341120142
Binary1111011011111000111111101110001110000110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F8FE; }

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

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

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

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

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

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

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

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