Shades of Mandys Pink #FFAF8B
Tints of Mandys Pink #FFAF8B
RGB
CMYK
RGB Variations
Color information
#FFAF8B (or 0xFFAF8B) is known color: Mandys Pink. HEX triplet: FF, AF and 8B. RGB value is (255,175,139). Sum of RGB (Red+Green+Blue) = 255+175+139=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF8B is #005074. Grayscale: #C3C3C3. Windows color (decimal): -20597 or 9154559. OLE color: 9154559.
HSL color Cylindrical-coordinate representation of color #FFAF8B: hue angle of 18.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFAF8B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 139 | - |
| CMYK | 0 | 0.31 | 0.45 | 0 |
| HSL | 18.62º | 1% | 0.77% | - |
| HSV(B) | 18.62º | 0.45% | 1% | - |
| XYZ | 61.23 | 53.78 | 31.58 | - |
| YUV | 194.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 139 | 0 | 0.31 | 0.45 | 0 | 18.62 | 1 | 0.77 |
| Hex | FF | AF | 8B | 0 | 1F | 2D | 0 | 13 | 64 | 4D |
| Octal | 377 | 257 | 213 | 0 | 37 | 55 | 0 | 23 | 144 | 115 |
| Binary | 11111111 | 10101111 | 10001011 | 0 | 11111 | 101101 | 0 | 10011 | 1100100 | 1001101 |
Color Harmonies of #FFAF8B
Complementary color
Monochromatic Colors of #FFAF8B
Black with #FFAF8B
Text Example
Text Example
White with #FFAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF8B; }
p { color: rgb(255,175,139); }
H1.HeaderClassName
{
color: #FFAF8B;
}
.AnyTagClassName
{
color: #FFAF8B;
}
</style>
background-color css
<style>
a { background-color: #FFAF8B; }
a { background-color: rgb(255,175,139); }
div.DivClassName
{
background-color: #FFAF8B;
}
.BgClassName
{
background-color: #FFAF8B;
}
</style>
border-color css
<style>
span { border-color: #FFAF8B; }
span { border-color: rgb(255,175,139); }
td.TdClassName
{
border-color: #FFAF8B;
}
.TagClassName
{
border-color: #FFAF8B;
}
</style>