Shades of Cupid #FFB6CA
Tints of Cupid #FFB6CA
RGB
CMYK
RGB Variations
Color information
#FFB6CA (or 0xFFB6CA) is known color: Cupid. HEX triplet: FF, B6 and CA. RGB value is (255,182,202). Sum of RGB (Red+Green+Blue) = 255+182+202=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CA is #004935. Grayscale: #CECECE. Windows color (decimal): -18742 or 13285119. OLE color: 13285119.
HSL color Cylindrical-coordinate representation of color #FFB6CA: hue angle of 343.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6CA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 202 | - |
| CMYK | 0 | 0.29 | 0.21 | 0 |
| HSL | 343.56º | 1% | 0.86% | - |
| HSV(B) | 343.56º | 0.29% | 1% | - |
| XYZ | 68.63 | 58.98 | 63.64 | - |
| YUV | 206.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 202 | 0 | 0.29 | 0.21 | 0 | 343.56 | 1 | 0.86 |
| Hex | FF | B6 | CA | 0 | 1D | 15 | 0 | 158 | 64 | 56 |
| Octal | 377 | 266 | 312 | 0 | 35 | 25 | 0 | 530 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11001010 | 0 | 11101 | 10101 | 0 | 101011000 | 1100100 | 1010110 |
Color Harmonies of #FFB6CA
Complementary color
Monochromatic Colors of #FFB6CA
Black with #FFB6CA
Text Example
Text Example
White with #FFB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6CA; }
p { color: rgb(255,182,202); }
H1.HeaderClassName
{
color: #FFB6CA;
}
.AnyTagClassName
{
color: #FFB6CA;
}
</style>
background-color css
<style>
a { background-color: #FFB6CA; }
a { background-color: rgb(255,182,202); }
div.DivClassName
{
background-color: #FFB6CA;
}
.BgClassName
{
background-color: #FFB6CA;
}
</style>
border-color css
<style>
span { border-color: #FFB6CA; }
span { border-color: rgb(255,182,202); }
td.TdClassName
{
border-color: #FFB6CA;
}
.TagClassName
{
border-color: #FFB6CA;
}
</style>