Shades of Cupid #FCB1C6
Tints of Cupid #FCB1C6
RGB
CMYK
RGB Variations
Color information
#FCB1C6 (or 0xFCB1C6) is known color: Cupid. HEX triplet: FC, B1 and C6. RGB value is (252,177,198). Sum of RGB (Red+Green+Blue) = 252+177+198=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C6 is #034E39. Grayscale: #C9C9C9. Windows color (decimal): -216634 or 13021692. OLE color: 13021692.
HSL color Cylindrical-coordinate representation of color #FCB1C6: hue angle of 343.2º 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 #FCB1C6 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 198 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.01 |
| HSL | 343.2º | 0.93% | 0.84% | - |
| HSV(B) | 343.2º | 0.3% | 0.99% | - |
| XYZ | 66.06 | 56.22 | 60.8 | - |
| YUV | 201.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 198 | 0 | 0.30 | 0.21 | 0.01 | 343.2 | 0.93 | 0.84 |
| Hex | FC | B1 | C6 | 0 | 1E | 15 | 1 | 157 | 5D | 54 |
| Octal | 374 | 261 | 306 | 0 | 36 | 25 | 1 | 527 | 135 | 124 |
| Binary | 11111100 | 10110001 | 11000110 | 0 | 11110 | 10101 | 1 | 101010111 | 1011101 | 1010100 |
Color Harmonies of #FCB1C6
Complementary color
Monochromatic Colors of #FCB1C6
Black with #FCB1C6
Text Example
Text Example
White with #FCB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1C6; }
p { color: rgb(252,177,198); }
H1.HeaderClassName
{
color: #FCB1C6;
}
.AnyTagClassName
{
color: #FCB1C6;
}
</style>
background-color css
<style>
a { background-color: #FCB1C6; }
a { background-color: rgb(252,177,198); }
div.DivClassName
{
background-color: #FCB1C6;
}
.BgClassName
{
background-color: #FCB1C6;
}
</style>
border-color css
<style>
span { border-color: #FCB1C6; }
span { border-color: rgb(252,177,198); }
td.TdClassName
{
border-color: #FCB1C6;
}
.TagClassName
{
border-color: #FCB1C6;
}
</style>