Shades of Cupid #F5AEBC
Tints of Cupid #F5AEBC
RGB
CMYK
RGB Variations
Color information
#F5AEBC (or 0xF5AEBC) is known color: Cupid. HEX triplet: F5, AE and BC. RGB value is (245,174,188). Sum of RGB (Red+Green+Blue) = 245+174+188=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEBC is #0A5143. Grayscale: #C4C4C4. Windows color (decimal): -676164 or 12365557. OLE color: 12365557.
HSL color Cylindrical-coordinate representation of color #F5AEBC: hue angle of 348.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AEBC is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 188 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.04 |
| HSL | 348.17º | 0.78% | 0.82% | - |
| HSV(B) | 348.17º | 0.29% | 0.96% | - |
| XYZ | 61.87 | 53.32 | 54.61 | - |
| YUV | 196.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 188 | 0 | 0.29 | 0.23 | 0.04 | 348.17 | 0.78 | 0.82 |
| Hex | F5 | AE | BC | 0 | 1D | 17 | 4 | 15C | 4E | 52 |
| Octal | 365 | 256 | 274 | 0 | 35 | 27 | 4 | 534 | 116 | 122 |
| Binary | 11110101 | 10101110 | 10111100 | 0 | 11101 | 10111 | 100 | 101011100 | 1001110 | 1010010 |
Color Harmonies of #F5AEBC
Complementary color
Monochromatic Colors of #F5AEBC
Black with #F5AEBC
Text Example
Text Example
White with #F5AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AEBC; }
p { color: rgb(245,174,188); }
H1.HeaderClassName
{
color: #F5AEBC;
}
.AnyTagClassName
{
color: #F5AEBC;
}
</style>
background-color css
<style>
a { background-color: #F5AEBC; }
a { background-color: rgb(245,174,188); }
div.DivClassName
{
background-color: #F5AEBC;
}
.BgClassName
{
background-color: #F5AEBC;
}
</style>
border-color css
<style>
span { border-color: #F5AEBC; }
span { border-color: rgb(245,174,188); }
td.TdClassName
{
border-color: #F5AEBC;
}
.TagClassName
{
border-color: #F5AEBC;
}
</style>