#F7F9FF

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

Shades of Ghost White #F7F9FF

Tints of Ghost White #F7F9FF

Color information

#F7F9FF (or 0xF7F9FF) is unknown color: approx Ghost White. HEX triplet: F7, F9 and FF. RGB value is (247,249,255). Sum of RGB (Red+Green+Blue) = 247+249+255=751 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.89% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7F9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F9FF is #080600. Grayscale: #F9F9F9. Windows color (decimal): -525825 or 16775671. OLE color: 16775671.

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

Color convert

RGB247249255-
CMYK0.030.0200
HSL225º100%98.43%-
HSV(B)225º3.14%100%-
XYZ90.2894.75108.14-
YUV249.09131.34126.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.89%
GREEN value IS 249 (97.66% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 33.95%
R=32.89%
G=33.16%
B=33.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472492550.030.020022510098.43
HexF7F9FF3200e16462
Octal3673713773200341144142
Binary1111011111111001111111111110001110000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F9FF; }

 p { color: rgb(247,249,255); }

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

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

 a { background-color: rgb(247,249,255); }

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

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

 span { border-color: rgb(247,249,255); }

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