Shades of Light Pink #FFACAE
Tints of Light Pink #FFACAE
RGB
CMYK
RGB Variations
Color information
#FFACAE (or 0xFFACAE) is known color: Light Pink. HEX triplet: FF, AC and AE. RGB value is (255,172,174). Sum of RGB (Red+Green+Blue) = 255+172+174=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACAE is #005351. Grayscale: #C5C5C5. Windows color (decimal): -21330 or 11447551. OLE color: 11447551.
HSL color Cylindrical-coordinate representation of color #FFACAE: hue angle of 358.55º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACAE is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 174 | - |
| CMYK | 0 | 0.33 | 0.32 | 0 |
| HSL | 358.55º | 1% | 0.84% | - |
| HSV(B) | 358.55º | 0.33% | 1% | - |
| XYZ | 63.63 | 53.82 | 47.08 | - |
| YUV | 197.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 174 | 0 | 0.33 | 0.32 | 0 | 358.55 | 1 | 0.84 |
| Hex | FF | AC | AE | 0 | 21 | 20 | 0 | 167 | 64 | 54 |
| Octal | 377 | 254 | 256 | 0 | 41 | 40 | 0 | 547 | 144 | 124 |
| Binary | 11111111 | 10101100 | 10101110 | 0 | 100001 | 100000 | 0 | 101100111 | 1100100 | 1010100 |
Color Harmonies of #FFACAE
Complementary color
Monochromatic Colors of #FFACAE
Black with #FFACAE
Text Example
Text Example
White with #FFACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACAE; }
p { color: rgb(255,172,174); }
H1.HeaderClassName
{
color: #FFACAE;
}
.AnyTagClassName
{
color: #FFACAE;
}
</style>
background-color css
<style>
a { background-color: #FFACAE; }
a { background-color: rgb(255,172,174); }
div.DivClassName
{
background-color: #FFACAE;
}
.BgClassName
{
background-color: #FFACAE;
}
</style>
border-color css
<style>
span { border-color: #FFACAE; }
span { border-color: rgb(255,172,174); }
td.TdClassName
{
border-color: #FFACAE;
}
.TagClassName
{
border-color: #FFACAE;
}
</style>