Shades of Cupid #F1AEBD
Tints of Cupid #F1AEBD
RGB
CMYK
RGB Variations
Color information
#F1AEBD (or 0xF1AEBD) is known color: Cupid. HEX triplet: F1, AE and BD. RGB value is (241,174,189). Sum of RGB (Red+Green+Blue) = 241+174+189=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEBD is #0E5142. Grayscale: #C3C3C3. Windows color (decimal): -938307 or 12431089. OLE color: 12431089.
HSL color Cylindrical-coordinate representation of color #F1AEBD: hue angle of 346.57º 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 #F1AEBD is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 189 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.05 |
| HSL | 346.57º | 0.71% | 0.81% | - |
| HSV(B) | 346.57º | 0.28% | 0.95% | - |
| XYZ | 60.6 | 52.65 | 55.11 | - |
| YUV | 195.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 189 | 0 | 0.28 | 0.22 | 0.05 | 346.57 | 0.71 | 0.81 |
| Hex | F1 | AE | BD | 0 | 1C | 16 | 5 | 15B | 47 | 51 |
| Octal | 361 | 256 | 275 | 0 | 34 | 26 | 5 | 533 | 107 | 121 |
| Binary | 11110001 | 10101110 | 10111101 | 0 | 11100 | 10110 | 101 | 101011011 | 1000111 | 1010001 |
Color Harmonies of #F1AEBD
Complementary color
Monochromatic Colors of #F1AEBD
Black with #F1AEBD
Text Example
Text Example
White with #F1AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEBD; }
p { color: rgb(241,174,189); }
H1.HeaderClassName
{
color: #F1AEBD;
}
.AnyTagClassName
{
color: #F1AEBD;
}
</style>
background-color css
<style>
a { background-color: #F1AEBD; }
a { background-color: rgb(241,174,189); }
div.DivClassName
{
background-color: #F1AEBD;
}
.BgClassName
{
background-color: #F1AEBD;
}
</style>
border-color css
<style>
span { border-color: #F1AEBD; }
span { border-color: rgb(241,174,189); }
td.TdClassName
{
border-color: #F1AEBD;
}
.TagClassName
{
border-color: #F1AEBD;
}
</style>