Shades of Mandys Pink #FCAF8B
Tints of Mandys Pink #FCAF8B
RGB
CMYK
RGB Variations
Color information
#FCAF8B (or 0xFCAF8B) is known color: Mandys Pink. HEX triplet: FC, AF and 8B. RGB value is (252,175,139). Sum of RGB (Red+Green+Blue) = 252+175+139=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8B is #035074. Grayscale: #C2C2C2. Windows color (decimal): -217205 or 9154556. OLE color: 9154556.
HSL color Cylindrical-coordinate representation of color #FCAF8B: hue angle of 19.12º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCAF8B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 139 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.01 |
| HSL | 19.12º | 0.95% | 0.77% | - |
| HSV(B) | 19.12º | 0.45% | 0.99% | - |
| XYZ | 60.14 | 53.22 | 31.53 | - |
| YUV | 193.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 139 | 0 | 0.31 | 0.45 | 0.01 | 19.12 | 0.95 | 0.77 |
| Hex | FC | AF | 8B | 0 | 1F | 2D | 1 | 13 | 5F | 4D |
| Octal | 374 | 257 | 213 | 0 | 37 | 55 | 1 | 23 | 137 | 115 |
| Binary | 11111100 | 10101111 | 10001011 | 0 | 11111 | 101101 | 1 | 10011 | 1011111 | 1001101 |
Color Harmonies of #FCAF8B
Complementary color
Monochromatic Colors of #FCAF8B
Black with #FCAF8B
Text Example
Text Example
White with #FCAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF8B; }
p { color: rgb(252,175,139); }
H1.HeaderClassName
{
color: #FCAF8B;
}
.AnyTagClassName
{
color: #FCAF8B;
}
</style>
background-color css
<style>
a { background-color: #FCAF8B; }
a { background-color: rgb(252,175,139); }
div.DivClassName
{
background-color: #FCAF8B;
}
.BgClassName
{
background-color: #FCAF8B;
}
</style>
border-color css
<style>
span { border-color: #FCAF8B; }
span { border-color: rgb(252,175,139); }
td.TdClassName
{
border-color: #FCAF8B;
}
.TagClassName
{
border-color: #FCAF8B;
}
</style>