Shades of Mandys Pink #FCAF8A
Tints of Mandys Pink #FCAF8A
RGB
CMYK
RGB Variations
Color information
#FCAF8A (or 0xFCAF8A) is known color: Mandys Pink. HEX triplet: FC, AF and 8A. RGB value is (252,175,138). Sum of RGB (Red+Green+Blue) = 252+175+138=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8A is #035075. Grayscale: #C2C2C2. Windows color (decimal): -217206 or 9089020. OLE color: 9089020.
HSL color Cylindrical-coordinate representation of color #FCAF8A: hue angle of 19.47º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCAF8A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 138 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.01 |
| HSL | 19.47º | 0.95% | 0.76% | - |
| HSV(B) | 19.47º | 0.45% | 0.99% | - |
| XYZ | 60.06 | 53.19 | 31.15 | - |
| YUV | 193.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 138 | 0 | 0.31 | 0.45 | 0.01 | 19.47 | 0.95 | 0.76 |
| Hex | FC | AF | 8A | 0 | 1F | 2D | 1 | 13 | 5F | 4C |
| Octal | 374 | 257 | 212 | 0 | 37 | 55 | 1 | 23 | 137 | 114 |
| Binary | 11111100 | 10101111 | 10001010 | 0 | 11111 | 101101 | 1 | 10011 | 1011111 | 1001100 |
Color Harmonies of #FCAF8A
Complementary color
Monochromatic Colors of #FCAF8A
Black with #FCAF8A
Text Example
Text Example
White with #FCAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF8A; }
p { color: rgb(252,175,138); }
H1.HeaderClassName
{
color: #FCAF8A;
}
.AnyTagClassName
{
color: #FCAF8A;
}
</style>
background-color css
<style>
a { background-color: #FCAF8A; }
a { background-color: rgb(252,175,138); }
div.DivClassName
{
background-color: #FCAF8A;
}
.BgClassName
{
background-color: #FCAF8A;
}
</style>
border-color css
<style>
span { border-color: #FCAF8A; }
span { border-color: rgb(252,175,138); }
td.TdClassName
{
border-color: #FCAF8A;
}
.TagClassName
{
border-color: #FCAF8A;
}
</style>