Shades of Cupid #F8AEC8
Tints of Cupid #F8AEC8
RGB
CMYK
RGB Variations
Color information
#F8AEC8 (or 0xF8AEC8) is known color: Cupid. HEX triplet: F8, AE and C8. RGB value is (248,174,200). Sum of RGB (Red+Green+Blue) = 248+174+200=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEC8 is #075137. Grayscale: #C7C7C7. Windows color (decimal): -479544 or 13151992. OLE color: 13151992.
HSL color Cylindrical-coordinate representation of color #F8AEC8: hue angle of 338.92º 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 #F8AEC8 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 200 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.03 |
| HSL | 338.92º | 0.84% | 0.83% | - |
| HSV(B) | 338.92º | 0.3% | 0.97% | - |
| XYZ | 64.27 | 54.4 | 61.76 | - |
| YUV | 199.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 200 | 0 | 0.30 | 0.19 | 0.03 | 338.92 | 0.84 | 0.83 |
| Hex | F8 | AE | C8 | 0 | 1E | 13 | 3 | 153 | 54 | 53 |
| Octal | 370 | 256 | 310 | 0 | 36 | 23 | 3 | 523 | 124 | 123 |
| Binary | 11111000 | 10101110 | 11001000 | 0 | 11110 | 10011 | 11 | 101010011 | 1010100 | 1010011 |
Color Harmonies of #F8AEC8
Complementary color
Monochromatic Colors of #F8AEC8
Black with #F8AEC8
Text Example
Text Example
White with #F8AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEC8; }
p { color: rgb(248,174,200); }
H1.HeaderClassName
{
color: #F8AEC8;
}
.AnyTagClassName
{
color: #F8AEC8;
}
</style>
background-color css
<style>
a { background-color: #F8AEC8; }
a { background-color: rgb(248,174,200); }
div.DivClassName
{
background-color: #F8AEC8;
}
.BgClassName
{
background-color: #F8AEC8;
}
</style>
border-color css
<style>
span { border-color: #F8AEC8; }
span { border-color: rgb(248,174,200); }
td.TdClassName
{
border-color: #F8AEC8;
}
.TagClassName
{
border-color: #F8AEC8;
}
</style>