Shades of Mandys Pink #FFAF8C
Tints of Mandys Pink #FFAF8C
RGB
CMYK
RGB Variations
Color information
#FFAF8C (or 0xFFAF8C) is known color: Mandys Pink. HEX triplet: FF, AF and 8C. RGB value is (255,175,140). Sum of RGB (Red+Green+Blue) = 255+175+140=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF8C is #005073. Grayscale: #C3C3C3. Windows color (decimal): -20596 or 9220095. OLE color: 9220095.
HSL color Cylindrical-coordinate representation of color #FFAF8C: hue angle of 18.26º 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 #FFAF8C is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 140 | - |
| CMYK | 0 | 0.31 | 0.45 | 0 |
| HSL | 18.26º | 1% | 0.77% | - |
| HSV(B) | 18.26º | 0.45% | 1% | - |
| XYZ | 61.3 | 53.81 | 31.97 | - |
| YUV | 194.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 140 | 0 | 0.31 | 0.45 | 0 | 18.26 | 1 | 0.77 |
| Hex | FF | AF | 8C | 0 | 1F | 2D | 0 | 12 | 64 | 4D |
| Octal | 377 | 257 | 214 | 0 | 37 | 55 | 0 | 22 | 144 | 115 |
| Binary | 11111111 | 10101111 | 10001100 | 0 | 11111 | 101101 | 0 | 10010 | 1100100 | 1001101 |
Color Harmonies of #FFAF8C
Complementary color
Monochromatic Colors of #FFAF8C
Black with #FFAF8C
Text Example
Text Example
White with #FFAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF8C; }
p { color: rgb(255,175,140); }
H1.HeaderClassName
{
color: #FFAF8C;
}
.AnyTagClassName
{
color: #FFAF8C;
}
</style>
background-color css
<style>
a { background-color: #FFAF8C; }
a { background-color: rgb(255,175,140); }
div.DivClassName
{
background-color: #FFAF8C;
}
.BgClassName
{
background-color: #FFAF8C;
}
</style>
border-color css
<style>
span { border-color: #FFAF8C; }
span { border-color: rgb(255,175,140); }
td.TdClassName
{
border-color: #FFAF8C;
}
.TagClassName
{
border-color: #FFAF8C;
}
</style>