#FF77BB Dream Setting
#FF77BB (Dream Setting) RGB value is (255, 119, 187).
Red value is 255, green value is 119, and blue value is 187.
Cylindrical-coordinate representations (HSL) of color #FF77BB: hue: 330°, saturation: 100%, and lightness: 73.3%.
Process color (CMYK) of #FF77BB is 0%, 53.3%, 26.7%, 0%. Web safe color equivalent of #FF77BB is ##FF66CC. Color #FF77BB contains mainly Red.
Color Spaces
| Color spaces of #FF77BB | Value |
|---|---|
| RGB | 255, 119, 187 |
| HSL | 330°, 100%, 73.3% |
| HSV / HSB | 330°, 53.3%, 100% |
| CMYK | 0%, 53.3%, 26.7%, 0% |
| XYZ | 56.81, 38.05, 51.36 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 01110111 | 10111011 |
| Octal | 377 | 167 | 273 |
| Decimal | 255 | 119 | 187 |
| Hex | FF | 77 | BB |
Shades of #FF77BB
Tints of #FF77BB
.mybgColor { background-color: #FF77BB; }
.myforeColor { color: #FF77BB; }
.myborderColor { border: 3px solid #FF77BB; }
<p style="color:#FF77BB">Text here</p>
This sample text is styled with font color #FF77BB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FF77BB">Div content here</div>
<div style="border:3px solid #FF77BB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 119, 187, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FF77BB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FF77BB;
-webkit-box-shadow: 1px 1px 3px #FF77BB;
box-shadow: 1px 1px 3px #FF77BB; }
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 #FF77BB (Dream Setting)
Color Overview & Profile: Color #FF77BB, also known as Dream Setting, 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), 47% Green (119/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, #FF77BB translates into the CMYK subtractive color model with values of 0% Cyan, 53.3% Magenta, 26.7% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 330°, saturation of 100%, and lightness of 73.3%.
Web Accessibility & Design Recommendations: When implementing #FF77BB 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 ##FF66CC.
