#F5F6FD

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

Shades of Ghost White #F5F6FD

Tints of Ghost White #F5F6FD

Color information

#F5F6FD (or 0xF5F6FD) is unknown color: approx Ghost White. HEX triplet: F5, F6 and FD. RGB value is (245,246,253). Sum of RGB (Red+Green+Blue) = 245+246+253=744 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.93% from 744); Green value is 246 (96.48% from 255 or 33.06% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5F6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F6FD is #0A0902. Grayscale: #F6F6F6. Windows color (decimal): -657667 or 16643829. OLE color: 16643829.

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

Color convert

RGB245246253-
CMYK0.030.0300.01
HSL232.5º66.67%97.65%-
HSV(B)232.5º3.16%99.22%-
XYZ88.3492.42106.11-
YUV246.5131.67126.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.93%
GREEN value IS 246 (96.48% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=32.93%
G=33.06%
B=34.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452462530.030.0300.01232.566.6797.65
HexF5F6FD3301e84362
Octal3653663753301350103142
Binary1111010111110110111111011111011110100010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F6FD; }

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

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

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

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

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

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

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

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