Shades of Mandys Pink #FCAF8F
Tints of Mandys Pink #FCAF8F
RGB
CMYK
RGB Variations
Color information
#FCAF8F (or 0xFCAF8F) is known color: Mandys Pink. HEX triplet: FC, AF and 8F. RGB value is (252,175,143). Sum of RGB (Red+Green+Blue) = 252+175+143=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8F is #035070. Grayscale: #C2C2C2. Windows color (decimal): -217201 or 9416700. OLE color: 9416700.
HSL color Cylindrical-coordinate representation of color #FCAF8F: hue angle of 17.61º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCAF8F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 143 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.01 |
| HSL | 17.61º | 0.95% | 0.77% | - |
| HSV(B) | 17.61º | 0.43% | 0.99% | - |
| XYZ | 60.43 | 53.34 | 33.1 | - |
| YUV | 194.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 143 | 0 | 0.31 | 0.43 | 0.01 | 17.61 | 0.95 | 0.77 |
| Hex | FC | AF | 8F | 0 | 1F | 2B | 1 | 12 | 5F | 4D |
| Octal | 374 | 257 | 217 | 0 | 37 | 53 | 1 | 22 | 137 | 115 |
| Binary | 11111100 | 10101111 | 10001111 | 0 | 11111 | 101011 | 1 | 10010 | 1011111 | 1001101 |
Color Harmonies of #FCAF8F
Complementary color
Monochromatic Colors of #FCAF8F
Black with #FCAF8F
Text Example
Text Example
White with #FCAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF8F; }
p { color: rgb(252,175,143); }
H1.HeaderClassName
{
color: #FCAF8F;
}
.AnyTagClassName
{
color: #FCAF8F;
}
</style>
background-color css
<style>
a { background-color: #FCAF8F; }
a { background-color: rgb(252,175,143); }
div.DivClassName
{
background-color: #FCAF8F;
}
.BgClassName
{
background-color: #FCAF8F;
}
</style>
border-color css
<style>
span { border-color: #FCAF8F; }
span { border-color: rgb(252,175,143); }
td.TdClassName
{
border-color: #FCAF8F;
}
.TagClassName
{
border-color: #FCAF8F;
}
</style>