Shades of Cupid #FFB4CA
Tints of Cupid #FFB4CA
RGB
CMYK
RGB Variations
Color information
#FFB4CA (or 0xFFB4CA) is known color: Cupid. HEX triplet: FF, B4 and CA. RGB value is (255,180,202). Sum of RGB (Red+Green+Blue) = 255+180+202=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4CA is #004B35. Grayscale: #CCCCCC. Windows color (decimal): -19254 or 13284607. OLE color: 13284607.
HSL color Cylindrical-coordinate representation of color #FFB4CA: hue angle of 342.4º 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 #FFB4CA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 202 | - |
| CMYK | 0 | 0.29 | 0.21 | 0 |
| HSL | 342.4º | 1% | 0.85% | - |
| HSV(B) | 342.4º | 0.29% | 1% | - |
| XYZ | 68.22 | 58.17 | 63.51 | - |
| YUV | 204.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 202 | 0 | 0.29 | 0.21 | 0 | 342.4 | 1 | 0.85 |
| Hex | FF | B4 | CA | 0 | 1D | 15 | 0 | 156 | 64 | 55 |
| Octal | 377 | 264 | 312 | 0 | 35 | 25 | 0 | 526 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11001010 | 0 | 11101 | 10101 | 0 | 101010110 | 1100100 | 1010101 |
Color Harmonies of #FFB4CA
Complementary color
Monochromatic Colors of #FFB4CA
Black with #FFB4CA
Text Example
Text Example
White with #FFB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4CA; }
p { color: rgb(255,180,202); }
H1.HeaderClassName
{
color: #FFB4CA;
}
.AnyTagClassName
{
color: #FFB4CA;
}
</style>
background-color css
<style>
a { background-color: #FFB4CA; }
a { background-color: rgb(255,180,202); }
div.DivClassName
{
background-color: #FFB4CA;
}
.BgClassName
{
background-color: #FFB4CA;
}
</style>
border-color css
<style>
span { border-color: #FFB4CA; }
span { border-color: rgb(255,180,202); }
td.TdClassName
{
border-color: #FFB4CA;
}
.TagClassName
{
border-color: #FFB4CA;
}
</style>