Shades of Cupid #FFB2C9
Tints of Cupid #FFB2C9
RGB
CMYK
RGB Variations
Color information
#FFB2C9 (or 0xFFB2C9) is known color: Cupid. HEX triplet: FF, B2 and C9. RGB value is (255,178,201). Sum of RGB (Red+Green+Blue) = 255+178+201=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C9 is #004D36. Grayscale: #CBCBCB. Windows color (decimal): -19767 or 13218559. OLE color: 13218559.
HSL color Cylindrical-coordinate representation of color #FFB2C9: hue angle of 342.08º 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 #FFB2C9 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 201 | - |
| CMYK | 0 | 0.30 | 0.21 | 0 |
| HSL | 342.08º | 1% | 0.85% | - |
| HSV(B) | 342.08º | 0.3% | 1% | - |
| XYZ | 67.7 | 57.32 | 62.75 | - |
| YUV | 203.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 201 | 0 | 0.30 | 0.21 | 0 | 342.08 | 1 | 0.85 |
| Hex | FF | B2 | C9 | 0 | 1E | 15 | 0 | 156 | 64 | 55 |
| Octal | 377 | 262 | 311 | 0 | 36 | 25 | 0 | 526 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11001001 | 0 | 11110 | 10101 | 0 | 101010110 | 1100100 | 1010101 |
Color Harmonies of #FFB2C9
Complementary color
Monochromatic Colors of #FFB2C9
Black with #FFB2C9
Text Example
Text Example
White with #FFB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2C9; }
p { color: rgb(255,178,201); }
H1.HeaderClassName
{
color: #FFB2C9;
}
.AnyTagClassName
{
color: #FFB2C9;
}
</style>
background-color css
<style>
a { background-color: #FFB2C9; }
a { background-color: rgb(255,178,201); }
div.DivClassName
{
background-color: #FFB2C9;
}
.BgClassName
{
background-color: #FFB2C9;
}
</style>
border-color css
<style>
span { border-color: #FFB2C9; }
span { border-color: rgb(255,178,201); }
td.TdClassName
{
border-color: #FFB2C9;
}
.TagClassName
{
border-color: #FFB2C9;
}
</style>