Shades of Cupid #FFB4C9
Tints of Cupid #FFB4C9
RGB
CMYK
RGB Variations
Color information
#FFB4C9 (or 0xFFB4C9) is known color: Cupid. HEX triplet: FF, B4 and C9. RGB value is (255,180,201). Sum of RGB (Red+Green+Blue) = 255+180+201=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4C9 is #004B36. Grayscale: #CCCCCC. Windows color (decimal): -19255 or 13219071. OLE color: 13219071.
HSL color Cylindrical-coordinate representation of color #FFB4C9: hue angle of 343.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4C9 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 201 | - |
| CMYK | 0 | 0.29 | 0.21 | 0 |
| HSL | 343.2º | 1% | 0.85% | - |
| HSV(B) | 343.2º | 0.29% | 1% | - |
| XYZ | 68.1 | 58.12 | 62.89 | - |
| YUV | 204.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 201 | 0 | 0.29 | 0.21 | 0 | 343.2 | 1 | 0.85 |
| Hex | FF | B4 | C9 | 0 | 1D | 15 | 0 | 157 | 64 | 55 |
| Octal | 377 | 264 | 311 | 0 | 35 | 25 | 0 | 527 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11001001 | 0 | 11101 | 10101 | 0 | 101010111 | 1100100 | 1010101 |
Color Harmonies of #FFB4C9
Complementary color
Monochromatic Colors of #FFB4C9
Black with #FFB4C9
Text Example
Text Example
White with #FFB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4C9; }
p { color: rgb(255,180,201); }
H1.HeaderClassName
{
color: #FFB4C9;
}
.AnyTagClassName
{
color: #FFB4C9;
}
</style>
background-color css
<style>
a { background-color: #FFB4C9; }
a { background-color: rgb(255,180,201); }
div.DivClassName
{
background-color: #FFB4C9;
}
.BgClassName
{
background-color: #FFB4C9;
}
</style>
border-color css
<style>
span { border-color: #FFB4C9; }
span { border-color: rgb(255,180,201); }
td.TdClassName
{
border-color: #FFB4C9;
}
.TagClassName
{
border-color: #FFB4C9;
}
</style>