Shades of Cupid #F1AEBF
Tints of Cupid #F1AEBF
RGB
CMYK
RGB Variations
Color information
#F1AEBF (or 0xF1AEBF) is known color: Cupid. HEX triplet: F1, AE and BF. RGB value is (241,174,191). Sum of RGB (Red+Green+Blue) = 241+174+191=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEBF is #0E5140. Grayscale: #C3C3C3. Windows color (decimal): -938305 or 12562161. OLE color: 12562161.
HSL color Cylindrical-coordinate representation of color #F1AEBF: hue angle of 344.78º 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 #F1AEBF is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 174 | 191 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.05 |
| HSL | 344.78º | 0.71% | 0.81% | - |
| HSV(B) | 344.78º | 0.28% | 0.95% | - |
| XYZ | 60.82 | 52.73 | 56.26 | - |
| YUV | 195.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 174 | 191 | 0 | 0.28 | 0.21 | 0.05 | 344.78 | 0.71 | 0.81 |
| Hex | F1 | AE | BF | 0 | 1C | 15 | 5 | 159 | 47 | 51 |
| Octal | 361 | 256 | 277 | 0 | 34 | 25 | 5 | 531 | 107 | 121 |
| Binary | 11110001 | 10101110 | 10111111 | 0 | 11100 | 10101 | 101 | 101011001 | 1000111 | 1010001 |
Color Harmonies of #F1AEBF
Complementary color
Monochromatic Colors of #F1AEBF
Black with #F1AEBF
Text Example
Text Example
White with #F1AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AEBF; }
p { color: rgb(241,174,191); }
H1.HeaderClassName
{
color: #F1AEBF;
}
.AnyTagClassName
{
color: #F1AEBF;
}
</style>
background-color css
<style>
a { background-color: #F1AEBF; }
a { background-color: rgb(241,174,191); }
div.DivClassName
{
background-color: #F1AEBF;
}
.BgClassName
{
background-color: #F1AEBF;
}
</style>
border-color css
<style>
span { border-color: #F1AEBF; }
span { border-color: rgb(241,174,191); }
td.TdClassName
{
border-color: #F1AEBF;
}
.TagClassName
{
border-color: #F1AEBF;
}
</style>