Shades of Cupid #FCACBF
Tints of Cupid #FCACBF
RGB
CMYK
RGB Variations
Color information
#FCACBF (or 0xFCACBF) is known color: Cupid. HEX triplet: FC, AC and BF. RGB value is (252,172,191). Sum of RGB (Red+Green+Blue) = 252+172+191=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBF is #035340. Grayscale: #C6C6C6. Windows color (decimal): -217921 or 12561660. OLE color: 12561660.
HSL color Cylindrical-coordinate representation of color #FCACBF: hue angle of 345.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACBF is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 191 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.01 |
| HSL | 345.75º | 0.93% | 0.83% | - |
| HSV(B) | 345.75º | 0.32% | 0.99% | - |
| XYZ | 64.3 | 53.96 | 56.32 | - |
| YUV | 198.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 191 | 0 | 0.32 | 0.24 | 0.01 | 345.75 | 0.93 | 0.83 |
| Hex | FC | AC | BF | 0 | 20 | 18 | 1 | 15A | 5D | 53 |
| Octal | 374 | 254 | 277 | 0 | 40 | 30 | 1 | 532 | 135 | 123 |
| Binary | 11111100 | 10101100 | 10111111 | 0 | 100000 | 11000 | 1 | 101011010 | 1011101 | 1010011 |
Color Harmonies of #FCACBF
Complementary color
Monochromatic Colors of #FCACBF
Black with #FCACBF
Text Example
Text Example
White with #FCACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACBF; }
p { color: rgb(252,172,191); }
H1.HeaderClassName
{
color: #FCACBF;
}
.AnyTagClassName
{
color: #FCACBF;
}
</style>
background-color css
<style>
a { background-color: #FCACBF; }
a { background-color: rgb(252,172,191); }
div.DivClassName
{
background-color: #FCACBF;
}
.BgClassName
{
background-color: #FCACBF;
}
</style>
border-color css
<style>
span { border-color: #FCACBF; }
span { border-color: rgb(252,172,191); }
td.TdClassName
{
border-color: #FCACBF;
}
.TagClassName
{
border-color: #FCACBF;
}
</style>