#FAEEFF Placebo Fuchsia
#FAEEFF (Placebo Fuchsia) RGB value is (250, 238, 255).
Red value is 250, green value is 238, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #FAEEFF: hue: 282°, saturation: 100%, and lightness: 96.7%.
Process color (CMYK) of #FAEEFF is 2%, 6.7%, 0%, 0%. Web safe color equivalent of #FAEEFF is ##FFFFFF. Color #FAEEFF contains mainly WHITE.
Color Spaces
| Color spaces of #FAEEFF | Value |
|---|---|
| RGB | 250, 238, 255 |
| HSL | 282°, 100%, 96.7% |
| HSV / HSB | 282°, 6.7%, 100% |
| CMYK | 2%, 6.7%, 0%, 0% |
| XYZ | 88.05, 88.69, 107.07 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111010 | 11101110 | 11111111 |
| Octal | 372 | 356 | 377 |
| Decimal | 250 | 238 | 255 |
| Hex | FA | EE | FF |
Shades of #FAEEFF
Tints of #FAEEFF
.mybgColor { background-color: #FAEEFF; }
.myforeColor { color: #FAEEFF; }
.myborderColor { border: 3px solid #FAEEFF; }
<p style="color:#FAEEFF">Text here</p>
This sample text is styled with font color #FAEEFF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FAEEFF">Div content here</div>
<div style="border:3px solid #FAEEFF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250, 238, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FAEEFF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FAEEFF;
-webkit-box-shadow: 1px 1px 3px #FAEEFF;
box-shadow: 1px 1px 3px #FAEEFF; }
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 #FAEEFF (Placebo Fuchsia)
Color Overview & Profile: Color #FAEEFF, also known as Placebo Fuchsia, 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 (250/255), 93% Green (238/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, #FAEEFF translates into the CMYK subtractive color model with values of 2% Cyan, 6.7% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 282°, saturation of 100%, and lightness of 96.7%.
Web Accessibility & Design Recommendations: When implementing #FAEEFF 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.
