Shades of Cupid #F5ACC4
Tints of Cupid #F5ACC4
RGB
CMYK
RGB Variations
Color information
#F5ACC4 (or 0xF5ACC4) is known color: Cupid. HEX triplet: F5, AC and C4. RGB value is (245,172,196). Sum of RGB (Red+Green+Blue) = 245+172+196=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACC4 is #0A533B. Grayscale: #C4C4C4. Windows color (decimal): -676668 or 12889333. OLE color: 12889333.
HSL color Cylindrical-coordinate representation of color #F5ACC4: hue angle of 340.27º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACC4 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 196 | - |
| CMYK | 0 | 0.30 | 0.2 | 0.04 |
| HSL | 340.27º | 0.78% | 0.82% | - |
| HSV(B) | 340.27º | 0.3% | 0.96% | - |
| XYZ | 62.37 | 52.9 | 59.15 | - |
| YUV | 196.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 196 | 0 | 0.30 | 0.2 | 0.04 | 340.27 | 0.78 | 0.82 |
| Hex | F5 | AC | C4 | 0 | 1E | 14 | 4 | 154 | 4E | 52 |
| Octal | 365 | 254 | 304 | 0 | 36 | 24 | 4 | 524 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11000100 | 0 | 11110 | 10100 | 100 | 101010100 | 1001110 | 1010010 |
Color Harmonies of #F5ACC4
Complementary color
Monochromatic Colors of #F5ACC4
Black with #F5ACC4
Text Example
Text Example
White with #F5ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACC4; }
p { color: rgb(245,172,196); }
H1.HeaderClassName
{
color: #F5ACC4;
}
.AnyTagClassName
{
color: #F5ACC4;
}
</style>
background-color css
<style>
a { background-color: #F5ACC4; }
a { background-color: rgb(245,172,196); }
div.DivClassName
{
background-color: #F5ACC4;
}
.BgClassName
{
background-color: #F5ACC4;
}
</style>
border-color css
<style>
span { border-color: #F5ACC4; }
span { border-color: rgb(245,172,196); }
td.TdClassName
{
border-color: #F5ACC4;
}
.TagClassName
{
border-color: #F5ACC4;
}
</style>