Shades of Cupid #F3B4C9
Tints of Cupid #F3B4C9
RGB
CMYK
RGB Variations
Color information
#F3B4C9 (or 0xF3B4C9) is known color: Cupid. HEX triplet: F3, B4 and C9. RGB value is (243,180,201). Sum of RGB (Red+Green+Blue) = 243+180+201=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4C9 is #0C4B36. Grayscale: #C9C9C9. Windows color (decimal): -805687 or 13219059. OLE color: 13219059.
HSL color Cylindrical-coordinate representation of color #F3B4C9: hue angle of 340º 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 #F3B4C9 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 180 | 201 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.05 |
| HSL | 340º | 0.72% | 0.83% | - |
| HSV(B) | 340º | 0.26% | 0.95% | - |
| XYZ | 63.83 | 55.91 | 62.69 | - |
| YUV | 201.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 180 | 201 | 0 | 0.26 | 0.17 | 0.05 | 340 | 0.72 | 0.83 |
| Hex | F3 | B4 | C9 | 0 | 1A | 11 | 5 | 154 | 48 | 53 |
| Octal | 363 | 264 | 311 | 0 | 32 | 21 | 5 | 524 | 110 | 123 |
| Binary | 11110011 | 10110100 | 11001001 | 0 | 11010 | 10001 | 101 | 101010100 | 1001000 | 1010011 |
Color Harmonies of #F3B4C9
Complementary color
Monochromatic Colors of #F3B4C9
Black with #F3B4C9
Text Example
Text Example
White with #F3B4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B4C9; }
p { color: rgb(243,180,201); }
H1.HeaderClassName
{
color: #F3B4C9;
}
.AnyTagClassName
{
color: #F3B4C9;
}
</style>
background-color css
<style>
a { background-color: #F3B4C9; }
a { background-color: rgb(243,180,201); }
div.DivClassName
{
background-color: #F3B4C9;
}
.BgClassName
{
background-color: #F3B4C9;
}
</style>
border-color css
<style>
span { border-color: #F3B4C9; }
span { border-color: rgb(243,180,201); }
td.TdClassName
{
border-color: #F3B4C9;
}
.TagClassName
{
border-color: #F3B4C9;
}
</style>