Shades of Cupid #FFB2C6
Tints of Cupid #FFB2C6
RGB
CMYK
RGB Variations
Color information
#FFB2C6 (or 0xFFB2C6) is known color: Cupid. HEX triplet: FF, B2 and C6. RGB value is (255,178,198). Sum of RGB (Red+Green+Blue) = 255+178+198=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C6 is #004D39. Grayscale: #CBCBCB. Windows color (decimal): -19770 or 13021951. OLE color: 13021951.
HSL color Cylindrical-coordinate representation of color #FFB2C6: hue angle of 344.42º 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 #FFB2C6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 198 | - |
| CMYK | 0 | 0.30 | 0.22 | 0 |
| HSL | 344.42º | 1% | 0.85% | - |
| HSV(B) | 344.42º | 0.3% | 1% | - |
| XYZ | 67.35 | 57.18 | 60.91 | - |
| YUV | 203.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 198 | 0 | 0.30 | 0.22 | 0 | 344.42 | 1 | 0.85 |
| Hex | FF | B2 | C6 | 0 | 1E | 16 | 0 | 158 | 64 | 55 |
| Octal | 377 | 262 | 306 | 0 | 36 | 26 | 0 | 530 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11000110 | 0 | 11110 | 10110 | 0 | 101011000 | 1100100 | 1010101 |
Color Harmonies of #FFB2C6
Complementary color
Monochromatic Colors of #FFB2C6
Black with #FFB2C6
Text Example
Text Example
White with #FFB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2C6; }
p { color: rgb(255,178,198); }
H1.HeaderClassName
{
color: #FFB2C6;
}
.AnyTagClassName
{
color: #FFB2C6;
}
</style>
background-color css
<style>
a { background-color: #FFB2C6; }
a { background-color: rgb(255,178,198); }
div.DivClassName
{
background-color: #FFB2C6;
}
.BgClassName
{
background-color: #FFB2C6;
}
</style>
border-color css
<style>
span { border-color: #FFB2C6; }
span { border-color: rgb(255,178,198); }
td.TdClassName
{
border-color: #FFB2C6;
}
.TagClassName
{
border-color: #FFB2C6;
}
</style>