Shades of Mandys Pink #FCAF8D
Tints of Mandys Pink #FCAF8D
RGB
CMYK
RGB Variations
Color information
#FCAF8D (or 0xFCAF8D) is known color: Mandys Pink. HEX triplet: FC, AF and 8D. RGB value is (252,175,141). Sum of RGB (Red+Green+Blue) = 252+175+141=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8D is #035072. Grayscale: #C2C2C2. Windows color (decimal): -217203 or 9285628. OLE color: 9285628.
HSL color Cylindrical-coordinate representation of color #FCAF8D: hue angle of 18.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCAF8D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 141 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.01 |
| HSL | 18.38º | 0.95% | 0.77% | - |
| HSV(B) | 18.38º | 0.44% | 0.99% | - |
| XYZ | 60.28 | 53.28 | 32.31 | - |
| YUV | 194.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 141 | 0 | 0.31 | 0.44 | 0.01 | 18.38 | 0.95 | 0.77 |
| Hex | FC | AF | 8D | 0 | 1F | 2C | 1 | 12 | 5F | 4D |
| Octal | 374 | 257 | 215 | 0 | 37 | 54 | 1 | 22 | 137 | 115 |
| Binary | 11111100 | 10101111 | 10001101 | 0 | 11111 | 101100 | 1 | 10010 | 1011111 | 1001101 |
Color Harmonies of #FCAF8D
Complementary color
Monochromatic Colors of #FCAF8D
Black with #FCAF8D
Text Example
Text Example
White with #FCAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF8D; }
p { color: rgb(252,175,141); }
H1.HeaderClassName
{
color: #FCAF8D;
}
.AnyTagClassName
{
color: #FCAF8D;
}
</style>
background-color css
<style>
a { background-color: #FCAF8D; }
a { background-color: rgb(252,175,141); }
div.DivClassName
{
background-color: #FCAF8D;
}
.BgClassName
{
background-color: #FCAF8D;
}
</style>
border-color css
<style>
span { border-color: #FCAF8D; }
span { border-color: rgb(252,175,141); }
td.TdClassName
{
border-color: #FCAF8D;
}
.TagClassName
{
border-color: #FCAF8D;
}
</style>