Shades of Cupid #FFB3C7
Tints of Cupid #FFB3C7
RGB
CMYK
RGB Variations
Color information
#FFB3C7 (or 0xFFB3C7) is known color: Cupid. HEX triplet: FF, B3 and C7. RGB value is (255,179,199). Sum of RGB (Red+Green+Blue) = 255+179+199=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3C7 is #004C38. Grayscale: #CCCCCC. Windows color (decimal): -19513 or 13087743. OLE color: 13087743.
HSL color Cylindrical-coordinate representation of color #FFB3C7: hue angle of 344.21º 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 #FFB3C7 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 199 | - |
| CMYK | 0 | 0.30 | 0.22 | 0 |
| HSL | 344.21º | 1% | 0.85% | - |
| HSV(B) | 344.21º | 0.3% | 1% | - |
| XYZ | 67.67 | 57.62 | 61.59 | - |
| YUV | 204 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 199 | 0 | 0.30 | 0.22 | 0 | 344.21 | 1 | 0.85 |
| Hex | FF | B3 | C7 | 0 | 1E | 16 | 0 | 158 | 64 | 55 |
| Octal | 377 | 263 | 307 | 0 | 36 | 26 | 0 | 530 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11000111 | 0 | 11110 | 10110 | 0 | 101011000 | 1100100 | 1010101 |
Color Harmonies of #FFB3C7
Complementary color
Monochromatic Colors of #FFB3C7
Black with #FFB3C7
Text Example
Text Example
White with #FFB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3C7; }
p { color: rgb(255,179,199); }
H1.HeaderClassName
{
color: #FFB3C7;
}
.AnyTagClassName
{
color: #FFB3C7;
}
</style>
background-color css
<style>
a { background-color: #FFB3C7; }
a { background-color: rgb(255,179,199); }
div.DivClassName
{
background-color: #FFB3C7;
}
.BgClassName
{
background-color: #FFB3C7;
}
</style>
border-color css
<style>
span { border-color: #FFB3C7; }
span { border-color: rgb(255,179,199); }
td.TdClassName
{
border-color: #FFB3C7;
}
.TagClassName
{
border-color: #FFB3C7;
}
</style>