Shades of Pink #FFBFD2
Tints of Pink #FFBFD2
RGB
CMYK
RGB Variations
Color information
#FFBFD2 (or 0xFFBFD2) is known color: Pink. HEX triplet: FF, BF and D2. RGB value is (255,191,210). Sum of RGB (Red+Green+Blue) = 255+191+210=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD2 is #00402D. Grayscale: #D4D4D4. Windows color (decimal): -16430 or 13811711. OLE color: 13811711.
HSL color Cylindrical-coordinate representation of color #FFBFD2: hue angle of 342.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 210 | - |
| CMYK | 0 | 0.25 | 0.18 | 0 |
| HSL | 342.19º | 1% | 0.87% | - |
| HSV(B) | 342.19º | 0.25% | 1% | - |
| XYZ | 71.5 | 63.17 | 69.4 | - |
| YUV | 212.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 210 | 0 | 0.25 | 0.18 | 0 | 342.19 | 1 | 0.87 |
| Hex | FF | BF | D2 | 0 | 19 | 12 | 0 | 156 | 64 | 57 |
| Octal | 377 | 277 | 322 | 0 | 31 | 22 | 0 | 526 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11010010 | 0 | 11001 | 10010 | 0 | 101010110 | 1100100 | 1010111 |
Color Harmonies of #FFBFD2
Complementary color
Monochromatic Colors of #FFBFD2
Black with #FFBFD2
Text Example
Text Example
White with #FFBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD2; }
p { color: rgb(255,191,210); }
H1.HeaderClassName
{
color: #FFBFD2;
}
.AnyTagClassName
{
color: #FFBFD2;
}
</style>
background-color css
<style>
a { background-color: #FFBFD2; }
a { background-color: rgb(255,191,210); }
div.DivClassName
{
background-color: #FFBFD2;
}
.BgClassName
{
background-color: #FFBFD2;
}
</style>
border-color css
<style>
span { border-color: #FFBFD2; }
span { border-color: rgb(255,191,210); }
td.TdClassName
{
border-color: #FFBFD2;
}
.TagClassName
{
border-color: #FFBFD2;
}
</style>