Shades of Cupid #FFB3C9
Tints of Cupid #FFB3C9
RGB
CMYK
RGB Variations
Color information
#FFB3C9 (or 0xFFB3C9) is known color: Cupid. HEX triplet: FF, B3 and C9. RGB value is (255,179,201). Sum of RGB (Red+Green+Blue) = 255+179+201=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C9 is #004C36. Grayscale: #CCCCCC. Windows color (decimal): -19511 or 13218815. OLE color: 13218815.
HSL color Cylindrical-coordinate representation of color #FFB3C9: hue angle of 342.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3C9 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 201 | - |
| CMYK | 0 | 0.30 | 0.21 | 0 |
| HSL | 342.63º | 1% | 0.85% | - |
| HSV(B) | 342.63º | 0.3% | 1% | - |
| XYZ | 67.9 | 57.72 | 62.82 | - |
| YUV | 204.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 201 | 0 | 0.30 | 0.21 | 0 | 342.63 | 1 | 0.85 |
| Hex | FF | B3 | C9 | 0 | 1E | 15 | 0 | 157 | 64 | 55 |
| Octal | 377 | 263 | 311 | 0 | 36 | 25 | 0 | 527 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11001001 | 0 | 11110 | 10101 | 0 | 101010111 | 1100100 | 1010101 |
Color Harmonies of #FFB3C9
Complementary color
Monochromatic Colors of #FFB3C9
Black with #FFB3C9
Text Example
Text Example
White with #FFB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C9; }
p { color: rgb(255,179,201); }
H1.HeaderClassName
{
color: #FFB3C9;
}
.AnyTagClassName
{
color: #FFB3C9;
}
</style>
background-color css
<style>
a { background-color: #FFB3C9; }
a { background-color: rgb(255,179,201); }
div.DivClassName
{
background-color: #FFB3C9;
}
.BgClassName
{
background-color: #FFB3C9;
}
</style>
border-color css
<style>
span { border-color: #FFB3C9; }
span { border-color: rgb(255,179,201); }
td.TdClassName
{
border-color: #FFB3C9;
}
.TagClassName
{
border-color: #FFB3C9;
}
</style>