#FFAABB A Brand New Day
#FFAABB (A Brand New Day) RGB value is (255, 170, 187).
Red value is 255, green value is 170, and blue value is 187.
Cylindrical-coordinate representations (HSL) of color #FFAABB: hue: 348°, saturation: 100%, and lightness: 83.3%.
Process color (CMYK) of #FFAABB is 0%, 33.3%, 26.7%, 0%. Web safe color equivalent of #FFAABB is ##FF99CC. Color #FFAABB contains mainly Red.
Color Spaces
| Color spaces of #FFAABB | Value |
|---|---|
| RGB | 255, 170, 187 |
| HSL | 348°, 100%, 83.3% |
| HSV / HSB | 348°, 33.3%, 100% |
| CMYK | 0%, 33.3%, 26.7%, 0% |
| XYZ | 64.59, 53.6, 53.95 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 10101010 | 10111011 |
| Octal | 377 | 252 | 273 |
| Decimal | 255 | 170 | 187 |
| Hex | FF | AA | BB |
Shades of #FFAABB
Tints of #FFAABB
.mybgColor { background-color: #FFAABB; }
.myforeColor { color: #FFAABB; }
.myborderColor { border: 3px solid #FFAABB; }
<p style="color:#FFAABB">Text here</p>
This sample text is styled with font color #FFAABB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFAABB">Div content here</div>
<div style="border:3px solid #FFAABB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 170, 187, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFAABB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFAABB;
-webkit-box-shadow: 1px 1px 3px #FFAABB;
box-shadow: 1px 1px 3px #FFAABB; }
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 #FFAABB (A Brand New Day)
Color Overview & Profile: Color #FFAABB, also known as A Brand New Day, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 67% Green (170/255), and 73% Blue (187/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFAABB translates into the CMYK subtractive color model with values of 0% Cyan, 33.3% Magenta, 26.7% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 348°, saturation of 100%, and lightness of 83.3%.
Web Accessibility & Design Recommendations: When implementing #FFAABB 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 ##FF99CC.
