#FDF7FF Cold Snow
#FDF7FF (Cold Snow) RGB value is (253, 247, 255).
Red value is 253, green value is 247, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #FDF7FF: hue: 285°, saturation: 100%, and lightness: 98.4%.
Process color (CMYK) of #FDF7FF is 0.8%, 3.1%, 0%, 0%. Web safe color equivalent of #FDF7FF is ##FFFFFF. Color #FDF7FF contains mainly WHITE.
Color Spaces
| Color spaces of #FDF7FF | Value |
|---|---|
| RGB | 253, 247, 255 |
| HSL | 285°, 100%, 98.4% |
| HSV / HSB | 285°, 3.1%, 100% |
| CMYK | 0.8%, 3.1%, 0%, 0% |
| XYZ | 91.82, 94.62, 108.02 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111101 | 11110111 | 11111111 |
| Octal | 375 | 367 | 377 |
| Decimal | 253 | 247 | 255 |
| Hex | FD | F7 | FF |
Shades of #FDF7FF
Tints of #FDF7FF
.mybgColor { background-color: #FDF7FF; }
.myforeColor { color: #FDF7FF; }
.myborderColor { border: 3px solid #FDF7FF; }
<p style="color:#FDF7FF">Text here</p>
This sample text is styled with font color #FDF7FF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FDF7FF">Div content here</div>
<div style="border:3px solid #FDF7FF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253, 247, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FDF7FF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FDF7FF;
-webkit-box-shadow: 1px 1px 3px #FDF7FF;
box-shadow: 1px 1px 3px #FDF7FF; }
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 #FDF7FF (Cold Snow)
Color Overview & Profile: Color #FDF7FF, also known as Cold Snow, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 99% Red (253/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, #FDF7FF translates into the CMYK subtractive color model with values of 0.8% Cyan, 3.1% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 285°, saturation of 100%, and lightness of 98.4%.
Web Accessibility & Design Recommendations: When implementing #FDF7FF 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.
