Shades of Cupid #F0ACC3
Tints of Cupid #F0ACC3
RGB
CMYK
RGB Variations
Color information
#F0ACC3 (or 0xF0ACC3) is known color: Cupid. HEX triplet: F0, AC and C3. RGB value is (240,172,195). Sum of RGB (Red+Green+Blue) = 240+172+195=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC3 is #0F533C. Grayscale: #C2C2C2. Windows color (decimal): -1004349 or 12823792. OLE color: 12823792.
HSL color Cylindrical-coordinate representation of color #F0ACC3: hue angle of 339.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACC3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 195 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.06 |
| HSL | 339.71º | 0.69% | 0.81% | - |
| HSV(B) | 339.71º | 0.28% | 0.94% | - |
| XYZ | 60.54 | 51.97 | 58.47 | - |
| YUV | 194.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 195 | 0 | 0.28 | 0.19 | 0.06 | 339.71 | 0.69 | 0.81 |
| Hex | F0 | AC | C3 | 0 | 1C | 13 | 6 | 154 | 45 | 51 |
| Octal | 360 | 254 | 303 | 0 | 34 | 23 | 6 | 524 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11000011 | 0 | 11100 | 10011 | 110 | 101010100 | 1000101 | 1010001 |
Color Harmonies of #F0ACC3
Complementary color
Monochromatic Colors of #F0ACC3
Black with #F0ACC3
Text Example
Text Example
White with #F0ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACC3; }
p { color: rgb(240,172,195); }
H1.HeaderClassName
{
color: #F0ACC3;
}
.AnyTagClassName
{
color: #F0ACC3;
}
</style>
background-color css
<style>
a { background-color: #F0ACC3; }
a { background-color: rgb(240,172,195); }
div.DivClassName
{
background-color: #F0ACC3;
}
.BgClassName
{
background-color: #F0ACC3;
}
</style>
border-color css
<style>
span { border-color: #F0ACC3; }
span { border-color: rgb(240,172,195); }
td.TdClassName
{
border-color: #F0ACC3;
}
.TagClassName
{
border-color: #F0ACC3;
}
</style>