Shades of Cupid #F1AEC6
Tints of Cupid #F1AEC6
RGB
CMYK
RGB Variations
Color information
#F1AEC6 (or 0xF1AEC6) is known color: Cupid. HEX triplet: F1, AE and C6. RGB value is (241,174,198). Sum of RGB (Red+Green+Blue) = 241+174+198=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEC6 is #0E5139. Grayscale: #C4C4C4. Windows color (decimal): -938298 or 13020913. OLE color: 13020913.
HSL color Cylindrical-coordinate representation of color #F1AEC6: hue angle of 338.51º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AEC6 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 198 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.05 |
| HSL | 338.51º | 0.71% | 0.81% | - |
| HSV(B) | 338.51º | 0.28% | 0.95% | - |
| XYZ | 61.6 | 53.05 | 60.42 | - |
| YUV | 196.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 198 | 0 | 0.28 | 0.18 | 0.05 | 338.51 | 0.71 | 0.81 |
| Hex | F1 | AE | C6 | 0 | 1C | 12 | 5 | 153 | 47 | 51 |
| Octal | 361 | 256 | 306 | 0 | 34 | 22 | 5 | 523 | 107 | 121 |
| Binary | 11110001 | 10101110 | 11000110 | 0 | 11100 | 10010 | 101 | 101010011 | 1000111 | 1010001 |
Color Harmonies of #F1AEC6
Complementary color
Monochromatic Colors of #F1AEC6
Black with #F1AEC6
Text Example
Text Example
White with #F1AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEC6; }
p { color: rgb(241,174,198); }
H1.HeaderClassName
{
color: #F1AEC6;
}
.AnyTagClassName
{
color: #F1AEC6;
}
</style>
background-color css
<style>
a { background-color: #F1AEC6; }
a { background-color: rgb(241,174,198); }
div.DivClassName
{
background-color: #F1AEC6;
}
.BgClassName
{
background-color: #F1AEC6;
}
</style>
border-color css
<style>
span { border-color: #F1AEC6; }
span { border-color: rgb(241,174,198); }
td.TdClassName
{
border-color: #F1AEC6;
}
.TagClassName
{
border-color: #F1AEC6;
}
</style>