Shades of Pink #FFBDD0
Tints of Pink #FFBDD0
RGB
CMYK
RGB Variations
Color information
#FFBDD0 (or 0xFFBDD0) is known color: Pink. HEX triplet: FF, BD and D0. RGB value is (255,189,208). Sum of RGB (Red+Green+Blue) = 255+189+208=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD0 is #00422F. Grayscale: #D2D2D2. Windows color (decimal): -16944 or 13680127. OLE color: 13680127.
HSL color Cylindrical-coordinate representation of color #FFBDD0: hue angle of 342.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDD0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 208 | - |
| CMYK | 0 | 0.26 | 0.18 | 0 |
| HSL | 342.73º | 1% | 0.87% | - |
| HSV(B) | 342.73º | 0.26% | 1% | - |
| XYZ | 70.82 | 62.21 | 67.95 | - |
| YUV | 210.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 208 | 0 | 0.26 | 0.18 | 0 | 342.73 | 1 | 0.87 |
| Hex | FF | BD | D0 | 0 | 1A | 12 | 0 | 157 | 64 | 57 |
| Octal | 377 | 275 | 320 | 0 | 32 | 22 | 0 | 527 | 144 | 127 |
| Binary | 11111111 | 10111101 | 11010000 | 0 | 11010 | 10010 | 0 | 101010111 | 1100100 | 1010111 |
Color Harmonies of #FFBDD0
Complementary color
Monochromatic Colors of #FFBDD0
Black with #FFBDD0
Text Example
Text Example
White with #FFBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDD0; }
p { color: rgb(255,189,208); }
H1.HeaderClassName
{
color: #FFBDD0;
}
.AnyTagClassName
{
color: #FFBDD0;
}
</style>
background-color css
<style>
a { background-color: #FFBDD0; }
a { background-color: rgb(255,189,208); }
div.DivClassName
{
background-color: #FFBDD0;
}
.BgClassName
{
background-color: #FFBDD0;
}
</style>
border-color css
<style>
span { border-color: #FFBDD0; }
span { border-color: rgb(255,189,208); }
td.TdClassName
{
border-color: #FFBDD0;
}
.TagClassName
{
border-color: #FFBDD0;
}
</style>