#F5F7FE

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

Shades of Ghost White #F5F7FE

Tints of Ghost White #F5F7FE

Color information

#F5F7FE (or 0xF5F7FE) is unknown color: approx Ghost White. HEX triplet: F5, F7 and FE. RGB value is (245,247,254). Sum of RGB (Red+Green+Blue) = 245+247+254=746 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.84% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F7FE is #0A0801. Grayscale: #F7F7F7. Windows color (decimal): -657410 or 16709621. OLE color: 16709621.

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

Color convert

RGB245247254-
CMYK0.040.0300.00
HSL226.67º81.82%97.84%-
HSV(B)226.67º3.54%99.61%-
XYZ88.8193.09107.05-
YUV247.2131.84126.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.84%
GREEN value IS 247 (96.88% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=32.84%
G=33.11%
B=34.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452472540.040.0300.00226.6781.8297.84
HexF5F7FE4300e35262
Octal3653673764300343122142
Binary11110101111101111111111010011001110001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7FE; }

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

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

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

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

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

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

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

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