Shades of Cupid #FCB1C7
Tints of Cupid #FCB1C7
RGB
CMYK
RGB Variations
Color information
#FCB1C7 (or 0xFCB1C7) is known color: Cupid. HEX triplet: FC, B1 and C7. RGB value is (252,177,199). Sum of RGB (Red+Green+Blue) = 252+177+199=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C7 is #034E38. Grayscale: #C9C9C9. Windows color (decimal): -216633 or 13087228. OLE color: 13087228.
HSL color Cylindrical-coordinate representation of color #FCB1C7: hue angle of 342.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1C7 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 199 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 342.4º | 0.93% | 0.84% | - |
| HSV(B) | 342.4º | 0.3% | 0.99% | - |
| XYZ | 66.18 | 56.26 | 61.4 | - |
| YUV | 201.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 199 | 0 | 0.30 | 0.21 | 0.01 | 342.4 | 0.93 | 0.84 |
| Hex | FC | B1 | C7 | 0 | 1E | 15 | 1 | 156 | 5D | 54 |
| Octal | 374 | 261 | 307 | 0 | 36 | 25 | 1 | 526 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11000111 | 0 | 11110 | 10101 | 1 | 101010110 | 1011101 | 1010100 |
Color Harmonies of #FCB1C7
Complementary color
Monochromatic Colors of #FCB1C7
Black with #FCB1C7
Text Example
Text Example
White with #FCB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1C7; }
p { color: rgb(252,177,199); }
H1.HeaderClassName
{
color: #FCB1C7;
}
.AnyTagClassName
{
color: #FCB1C7;
}
</style>
background-color css
<style>
a { background-color: #FCB1C7; }
a { background-color: rgb(252,177,199); }
div.DivClassName
{
background-color: #FCB1C7;
}
.BgClassName
{
background-color: #FCB1C7;
}
</style>
border-color css
<style>
span { border-color: #FCB1C7; }
span { border-color: rgb(252,177,199); }
td.TdClassName
{
border-color: #FCB1C7;
}
.TagClassName
{
border-color: #FCB1C7;
}
</style>