Shades of Cupid #F2ACBB
Tints of Cupid #F2ACBB
RGB
CMYK
RGB Variations
Color information
#F2ACBB (or 0xF2ACBB) is known color: Cupid. HEX triplet: F2, AC and BB. RGB value is (242,172,187). Sum of RGB (Red+Green+Blue) = 242+172+187=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACBB is #0D5344. Grayscale: #C2C2C2. Windows color (decimal): -873285 or 12299506. OLE color: 12299506.
HSL color Cylindrical-coordinate representation of color #F2ACBB: hue angle of 347.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACBB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 187 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 347.14º | 0.73% | 0.81% | - |
| HSV(B) | 347.14º | 0.29% | 0.95% | - |
| XYZ | 60.34 | 51.97 | 53.86 | - |
| YUV | 194.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 187 | 0 | 0.29 | 0.23 | 0.05 | 347.14 | 0.73 | 0.81 |
| Hex | F2 | AC | BB | 0 | 1D | 17 | 5 | 15B | 49 | 51 |
| Octal | 362 | 254 | 273 | 0 | 35 | 27 | 5 | 533 | 111 | 121 |
| Binary | 11110010 | 10101100 | 10111011 | 0 | 11101 | 10111 | 101 | 101011011 | 1001001 | 1010001 |
Color Harmonies of #F2ACBB
Complementary color
Monochromatic Colors of #F2ACBB
Black with #F2ACBB
Text Example
Text Example
White with #F2ACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACBB; }
p { color: rgb(242,172,187); }
H1.HeaderClassName
{
color: #F2ACBB;
}
.AnyTagClassName
{
color: #F2ACBB;
}
</style>
background-color css
<style>
a { background-color: #F2ACBB; }
a { background-color: rgb(242,172,187); }
div.DivClassName
{
background-color: #F2ACBB;
}
.BgClassName
{
background-color: #F2ACBB;
}
</style>
border-color css
<style>
span { border-color: #F2ACBB; }
span { border-color: rgb(242,172,187); }
td.TdClassName
{
border-color: #F2ACBB;
}
.TagClassName
{
border-color: #F2ACBB;
}
</style>