Shades of Light Pink #FFAEBF
Tints of Light Pink #FFAEBF
RGB
CMYK
RGB Variations
Color information
#FFAEBF (or 0xFFAEBF) is known color: Light Pink. HEX triplet: FF, AE and BF. RGB value is (255,174,191). Sum of RGB (Red+Green+Blue) = 255+174+191=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEBF is #005140. Grayscale: #C8C8C8. Windows color (decimal): -20801 or 12562175. OLE color: 12562175.
HSL color Cylindrical-coordinate representation of color #FFAEBF: hue angle of 347.41º 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 #FFAEBF is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 191 | - |
| CMYK | 0 | 0.32 | 0.25 | 0 |
| HSL | 347.41º | 1% | 0.84% | - |
| HSV(B) | 347.41º | 0.32% | 1% | - |
| XYZ | 65.78 | 55.29 | 56.5 | - |
| YUV | 200.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 191 | 0 | 0.32 | 0.25 | 0 | 347.41 | 1 | 0.84 |
| Hex | FF | AE | BF | 0 | 20 | 19 | 0 | 15B | 64 | 54 |
| Octal | 377 | 256 | 277 | 0 | 40 | 31 | 0 | 533 | 144 | 124 |
| Binary | 11111111 | 10101110 | 10111111 | 0 | 100000 | 11001 | 0 | 101011011 | 1100100 | 1010100 |
Color Harmonies of #FFAEBF
Complementary color
Monochromatic Colors of #FFAEBF
Black with #FFAEBF
Text Example
Text Example
White with #FFAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEBF; }
p { color: rgb(255,174,191); }
H1.HeaderClassName
{
color: #FFAEBF;
}
.AnyTagClassName
{
color: #FFAEBF;
}
</style>
background-color css
<style>
a { background-color: #FFAEBF; }
a { background-color: rgb(255,174,191); }
div.DivClassName
{
background-color: #FFAEBF;
}
.BgClassName
{
background-color: #FFAEBF;
}
</style>
border-color css
<style>
span { border-color: #FFAEBF; }
span { border-color: rgb(255,174,191); }
td.TdClassName
{
border-color: #FFAEBF;
}
.TagClassName
{
border-color: #FFAEBF;
}
</style>