#F8F9FD

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

Shades of Ghost White #F8F9FD

Tints of Ghost White #F8F9FD

Color information

#F8F9FD (or 0xF8F9FD) is unknown color: approx Ghost White. HEX triplet: F8, F9 and FD. RGB value is (248,249,253). Sum of RGB (Red+Green+Blue) = 248+249+253=750 (99% of max value = 765). Red value is 248 (97.27% from 255 or 33.07% from 750); Green value is 249 (97.66% from 255 or 33.2% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9FD is #070602. Grayscale: #F9F9F9. Windows color (decimal): -460291 or 16644600. OLE color: 16644600.

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

Color convert

RGB248249253-
CMYK0.020.0200.01
HSL228º55.56%98.24%-
HSV(B)228º1.98%99.22%-
XYZ90.3294.8106.47-
YUV249.16130.17127.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.07%
GREEN value IS 249 (97.66% from 255) = 33.2%
BLUE value IS 253 (99.22% from 255) = 33.73%
R=33.07%
G=33.2%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482492530.020.0200.0122855.5698.24
HexF8F9FD2201e43862
Octal370371375220134470142
Binary111110001111100111111101101001111001001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F9FD; }

 p { color: rgb(248,249,253); }

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

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

 a { background-color: rgb(248,249,253); }

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

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

 span { border-color: rgb(248,249,253); }

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