Shades of Light Pink #FFAEB4
Tints of Light Pink #FFAEB4
RGB
CMYK
RGB Variations
Color information
#FFAEB4 (or 0xFFAEB4) is known color: Light Pink. HEX triplet: FF, AE and B4. RGB value is (255,174,180). Sum of RGB (Red+Green+Blue) = 255+174+180=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEB4 is #00514B. Grayscale: #C6C6C6. Windows color (decimal): -20812 or 11841279. OLE color: 11841279.
HSL color Cylindrical-coordinate representation of color #FFAEB4: hue angle of 355.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0 |
| HSL | 355.56º | 1% | 0.84% | - |
| HSV(B) | 355.56º | 0.32% | 1% | - |
| XYZ | 64.61 | 54.83 | 50.36 | - |
| YUV | 198.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 180 | 0 | 0.32 | 0.29 | 0 | 355.56 | 1 | 0.84 |
| Hex | FF | AE | B4 | 0 | 20 | 1D | 0 | 164 | 64 | 54 |
| Octal | 377 | 256 | 264 | 0 | 40 | 35 | 0 | 544 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10110100 | 0 | 100000 | 11101 | 0 | 101100100 | 1100100 | 1010100 |
Color Harmonies of #FFAEB4
Complementary color
Monochromatic Colors of #FFAEB4
Black with #FFAEB4
Text Example
Text Example
White with #FFAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEB4; }
p { color: rgb(255,174,180); }
H1.HeaderClassName
{
color: #FFAEB4;
}
.AnyTagClassName
{
color: #FFAEB4;
}
</style>
background-color css
<style>
a { background-color: #FFAEB4; }
a { background-color: rgb(255,174,180); }
div.DivClassName
{
background-color: #FFAEB4;
}
.BgClassName
{
background-color: #FFAEB4;
}
</style>
border-color css
<style>
span { border-color: #FFAEB4; }
span { border-color: rgb(255,174,180); }
td.TdClassName
{
border-color: #FFAEB4;
}
.TagClassName
{
border-color: #FFAEB4;
}
</style>