Shades of Cupid #F3B4BF
Tints of Cupid #F3B4BF
RGB
CMYK
RGB Variations
Color information
#F3B4BF (or 0xF3B4BF) is known color: Cupid. HEX triplet: F3, B4 and BF. RGB value is (243,180,191). Sum of RGB (Red+Green+Blue) = 243+180+191=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4BF is #0C4B40. Grayscale: #C8C8C8. Windows color (decimal): -805697 or 12563699. OLE color: 12563699.
HSL color Cylindrical-coordinate representation of color #F3B4BF: hue angle of 349.52º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B4BF is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 191 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.05 |
| HSL | 349.52º | 0.72% | 0.83% | - |
| HSV(B) | 349.52º | 0.26% | 0.95% | - |
| XYZ | 62.69 | 55.46 | 56.69 | - |
| YUV | 200.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 191 | 0 | 0.26 | 0.21 | 0.05 | 349.52 | 0.72 | 0.83 |
| Hex | F3 | B4 | BF | 0 | 1A | 15 | 5 | 15E | 48 | 53 |
| Octal | 363 | 264 | 277 | 0 | 32 | 25 | 5 | 536 | 110 | 123 |
| Binary | 11110011 | 10110100 | 10111111 | 0 | 11010 | 10101 | 101 | 101011110 | 1001000 | 1010011 |
Color Harmonies of #F3B4BF
Complementary color
Monochromatic Colors of #F3B4BF
Black with #F3B4BF
Text Example
Text Example
White with #F3B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4BF; }
p { color: rgb(243,180,191); }
H1.HeaderClassName
{
color: #F3B4BF;
}
.AnyTagClassName
{
color: #F3B4BF;
}
</style>
background-color css
<style>
a { background-color: #F3B4BF; }
a { background-color: rgb(243,180,191); }
div.DivClassName
{
background-color: #F3B4BF;
}
.BgClassName
{
background-color: #F3B4BF;
}
</style>
border-color css
<style>
span { border-color: #F3B4BF; }
span { border-color: rgb(243,180,191); }
td.TdClassName
{
border-color: #F3B4BF;
}
.TagClassName
{
border-color: #F3B4BF;
}
</style>