Shades of Pink #FFB7CA
Tints of Pink #FFB7CA
RGB
CMYK
RGB Variations
Color information
#FFB7CA (or 0xFFB7CA) is known color: Pink. HEX triplet: FF, B7 and CA. RGB value is (255,183,202). Sum of RGB (Red+Green+Blue) = 255+183+202=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CA is #004835. Grayscale: #CECECE. Windows color (decimal): -18486 or 13285375. OLE color: 13285375.
HSL color Cylindrical-coordinate representation of color #FFB7CA: hue angle of 344.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7CA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 202 | - |
| CMYK | 0 | 0.28 | 0.21 | 0 |
| HSL | 344.17º | 1% | 0.86% | - |
| HSV(B) | 344.17º | 0.28% | 1% | - |
| XYZ | 68.83 | 59.39 | 63.71 | - |
| YUV | 206.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 202 | 0 | 0.28 | 0.21 | 0 | 344.17 | 1 | 0.86 |
| Hex | FF | B7 | CA | 0 | 1C | 15 | 0 | 158 | 64 | 56 |
| Octal | 377 | 267 | 312 | 0 | 34 | 25 | 0 | 530 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11001010 | 0 | 11100 | 10101 | 0 | 101011000 | 1100100 | 1010110 |
Color Harmonies of #FFB7CA
Complementary color
Monochromatic Colors of #FFB7CA
Black with #FFB7CA
Text Example
Text Example
White with #FFB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7CA; }
p { color: rgb(255,183,202); }
H1.HeaderClassName
{
color: #FFB7CA;
}
.AnyTagClassName
{
color: #FFB7CA;
}
</style>
background-color css
<style>
a { background-color: #FFB7CA; }
a { background-color: rgb(255,183,202); }
div.DivClassName
{
background-color: #FFB7CA;
}
.BgClassName
{
background-color: #FFB7CA;
}
</style>
border-color css
<style>
span { border-color: #FFB7CA; }
span { border-color: rgb(255,183,202); }
td.TdClassName
{
border-color: #FFB7CA;
}
.TagClassName
{
border-color: #FFB7CA;
}
</style>