Shades of Your Pink #FFBDB8
Tints of Your Pink #FFBDB8
RGB
CMYK
RGB Variations
Color information
#FFBDB8 (or 0xFFBDB8) is known color: Your Pink. HEX triplet: FF, BD and B8. RGB value is (255,189,184). Sum of RGB (Red+Green+Blue) = 255+189+184=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB8 is #004247. Grayscale: #D0D0D0. Windows color (decimal): -16968 or 12107263. OLE color: 12107263.
HSL color Cylindrical-coordinate representation of color #FFBDB8: hue angle of 4.23º 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 #FFBDB8 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 184 | - |
| CMYK | 0 | 0.26 | 0.28 | 0 |
| HSL | 4.23º | 1% | 0.86% | - |
| HSV(B) | 4.23º | 0.28% | 1% | - |
| XYZ | 68.09 | 61.12 | 53.56 | - |
| YUV | 208.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 184 | 0 | 0.26 | 0.28 | 0 | 4.23 | 1 | 0.86 |
| Hex | FF | BD | B8 | 0 | 1A | 1C | 0 | 4 | 64 | 56 |
| Octal | 377 | 275 | 270 | 0 | 32 | 34 | 0 | 4 | 144 | 126 |
| Binary | 11111111 | 10111101 | 10111000 | 0 | 11010 | 11100 | 0 | 100 | 1100100 | 1010110 |
Color Harmonies of #FFBDB8
Complementary color
Monochromatic Colors of #FFBDB8
Black with #FFBDB8
Text Example
Text Example
White with #FFBDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDB8; }
p { color: rgb(255,189,184); }
H1.HeaderClassName
{
color: #FFBDB8;
}
.AnyTagClassName
{
color: #FFBDB8;
}
</style>
background-color css
<style>
a { background-color: #FFBDB8; }
a { background-color: rgb(255,189,184); }
div.DivClassName
{
background-color: #FFBDB8;
}
.BgClassName
{
background-color: #FFBDB8;
}
</style>
border-color css
<style>
span { border-color: #FFBDB8; }
span { border-color: rgb(255,189,184); }
td.TdClassName
{
border-color: #FFBDB8;
}
.TagClassName
{
border-color: #FFBDB8;
}
</style>