#F9F7FF Ghost White
#F9F7FF (Ghost White) RGB value is (249, 247, 255).
Red value is 249, green value is 247, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #F9F7FF: hue: 255°, saturation: 100%, and lightness: 98.4%.
Process color (CMYK) of #F9F7FF is 2.4%, 3.1%, 0%, 0%. Web safe color equivalent of #F9F7FF is ##FFFFFF. Color #F9F7FF contains mainly WHITE.
Color Spaces
| Color spaces of #F9F7FF | Value |
|---|---|
| RGB | 249, 247, 255 |
| HSL | 255°, 100%, 98.4% |
| HSV / HSB | 255°, 3.1%, 100% |
| CMYK | 2.4%, 3.1%, 0%, 0% |
| XYZ | 90.37, 93.88, 107.95 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111001 | 11110111 | 11111111 |
| Octal | 371 | 367 | 377 |
| Decimal | 249 | 247 | 255 |
| Hex | F9 | F7 | FF |
Shades of #F9F7FF
Tints of #F9F7FF
.mybgColor { background-color: #F9F7FF; }
.myforeColor { color: #F9F7FF; }
.myborderColor { border: 3px solid #F9F7FF; }
<p style="color:#F9F7FF">Text here</p>
This sample text is styled with font color #F9F7FF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#F9F7FF">Div content here</div>
<div style="border:3px solid #F9F7FF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249, 247, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #F9F7FF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #F9F7FF;
-webkit-box-shadow: 1px 1px 3px #F9F7FF;
box-shadow: 1px 1px 3px #F9F7FF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #F9F7FF (Ghost White)
Color Overview & Profile: Color #F9F7FF, also known as Ghost White, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 98% Red (249/255), 97% Green (247/255), and 100% Blue (255/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #F9F7FF translates into the CMYK subtractive color model with values of 2.4% Cyan, 3.1% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 255°, saturation of 100%, and lightness of 98.4%.
Web Accessibility & Design Recommendations: When implementing #F9F7FF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFFFFF.
