Shades of Cupid #F8AEC7
Tints of Cupid #F8AEC7
RGB
CMYK
RGB Variations
Color information
#F8AEC7 (or 0xF8AEC7) is known color: Cupid. HEX triplet: F8, AE and C7. RGB value is (248,174,199). Sum of RGB (Red+Green+Blue) = 248+174+199=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEC7 is #075138. Grayscale: #C6C6C6. Windows color (decimal): -479545 or 13086456. OLE color: 13086456.
HSL color Cylindrical-coordinate representation of color #F8AEC7: hue angle of 339.73º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEC7 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 199 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.03 |
| HSL | 339.73º | 0.84% | 0.83% | - |
| HSV(B) | 339.73º | 0.3% | 0.97% | - |
| XYZ | 64.16 | 54.35 | 61.14 | - |
| YUV | 198.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 199 | 0 | 0.30 | 0.20 | 0.03 | 339.73 | 0.84 | 0.83 |
| Hex | F8 | AE | C7 | 0 | 1E | 14 | 3 | 154 | 54 | 53 |
| Octal | 370 | 256 | 307 | 0 | 36 | 24 | 3 | 524 | 124 | 123 |
| Binary | 11111000 | 10101110 | 11000111 | 0 | 11110 | 10100 | 11 | 101010100 | 1010100 | 1010011 |
Color Harmonies of #F8AEC7
Complementary color
Monochromatic Colors of #F8AEC7
Black with #F8AEC7
Text Example
Text Example
White with #F8AEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEC7; }
p { color: rgb(248,174,199); }
H1.HeaderClassName
{
color: #F8AEC7;
}
.AnyTagClassName
{
color: #F8AEC7;
}
</style>
background-color css
<style>
a { background-color: #F8AEC7; }
a { background-color: rgb(248,174,199); }
div.DivClassName
{
background-color: #F8AEC7;
}
.BgClassName
{
background-color: #F8AEC7;
}
</style>
border-color css
<style>
span { border-color: #F8AEC7; }
span { border-color: rgb(248,174,199); }
td.TdClassName
{
border-color: #F8AEC7;
}
.TagClassName
{
border-color: #F8AEC7;
}
</style>