#F5F7FD

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

Shades of Ghost White #F5F7FD

Tints of Ghost White #F5F7FD

Color information

#F5F7FD (or 0xF5F7FD) is unknown color: approx Ghost White. HEX triplet: F5, F7 and FD. RGB value is (245,247,253). Sum of RGB (Red+Green+Blue) = 245+247+253=745 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.89% from 745); Green value is 247 (96.88% from 255 or 33.15% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5F7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F7FD is #0A0802. Grayscale: #F7F7F7. Windows color (decimal): -657411 or 16644085. OLE color: 16644085.

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

Color convert

RGB245247253-
CMYK0.030.0200.01
HSL225º66.67%97.65%-
HSV(B)225º3.16%99.22%-
XYZ88.6593.03106.21-
YUV247.09131.34126.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.89%
GREEN value IS 247 (96.88% from 255) = 33.15%
BLUE value IS 253 (99.22% from 255) = 33.96%
R=32.89%
G=33.15%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2452472530.030.0200.0122566.6797.65
HexF5F7FD3201e14362
Octal3653673753201341103142
Binary1111010111110111111111011110011110000110000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7FD; }

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

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

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

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

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

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

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

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