Shades of Cupid #FFB2CA
Tints of Cupid #FFB2CA
RGB
CMYK
RGB Variations
Color information
#FFB2CA (or 0xFFB2CA) is known color: Cupid. HEX triplet: FF, B2 and CA. RGB value is (255,178,202). Sum of RGB (Red+Green+Blue) = 255+178+202=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2CA is #004D35. Grayscale: #CBCBCB. Windows color (decimal): -19766 or 13284095. OLE color: 13284095.
HSL color Cylindrical-coordinate representation of color #FFB2CA: hue angle of 341.3º 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 #FFB2CA is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 202 | - |
| CMYK | 0 | 0.30 | 0.21 | 0 |
| HSL | 341.3º | 1% | 0.85% | - |
| HSV(B) | 341.3º | 0.3% | 1% | - |
| XYZ | 67.82 | 57.37 | 63.38 | - |
| YUV | 203.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 202 | 0 | 0.30 | 0.21 | 0 | 341.3 | 1 | 0.85 |
| Hex | FF | B2 | CA | 0 | 1E | 15 | 0 | 155 | 64 | 55 |
| Octal | 377 | 262 | 312 | 0 | 36 | 25 | 0 | 525 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11001010 | 0 | 11110 | 10101 | 0 | 101010101 | 1100100 | 1010101 |
Color Harmonies of #FFB2CA
Complementary color
Monochromatic Colors of #FFB2CA
Black with #FFB2CA
Text Example
Text Example
White with #FFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2CA; }
p { color: rgb(255,178,202); }
H1.HeaderClassName
{
color: #FFB2CA;
}
.AnyTagClassName
{
color: #FFB2CA;
}
</style>
background-color css
<style>
a { background-color: #FFB2CA; }
a { background-color: rgb(255,178,202); }
div.DivClassName
{
background-color: #FFB2CA;
}
.BgClassName
{
background-color: #FFB2CA;
}
</style>
border-color css
<style>
span { border-color: #FFB2CA; }
span { border-color: rgb(255,178,202); }
td.TdClassName
{
border-color: #FFB2CA;
}
.TagClassName
{
border-color: #FFB2CA;
}
</style>