Shades of Your Pink #FFBDBD
Tints of Your Pink #FFBDBD
RGB
CMYK
RGB Variations
Color information
#FFBDBD (or 0xFFBDBD) is known color: Your Pink. HEX triplet: FF, BD and BD. RGB value is (255,189,189). Sum of RGB (Red+Green+Blue) = 255+189+189=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDBD is #004242. Grayscale: #D0D0D0. Windows color (decimal): -16963 or 12434943. OLE color: 12434943.
HSL color Cylindrical-coordinate representation of color #FFBDBD: hue angle of 0º 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 #FFBDBD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 189 | 189 | - |
CMYK | 0 | 0.26 | 0.26 | 0 |
HSL | 0º | 1% | 0.87% | - |
HSV(B) | 0º | 0.26% | 1% | - |
XYZ | 68.62 | 61.33 | 56.37 | - |
YUV | 208.73 | 116.87 | 161 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 189 | 189 | 0 | 0.26 | 0.26 | 0 | 0 | 1 | 0.87 |
Hex | FF | BD | BD | 0 | 1A | 1A | 0 | 0 | 64 | 57 |
Octal | 377 | 275 | 275 | 0 | 32 | 32 | 0 | 0 | 144 | 127 |
Binary | 11111111 | 10111101 | 10111101 | 0 | 11010 | 11010 | 0 | 0 | 1100100 | 1010111 |
Color Harmonies of #FFBDBD
Complementary color
Monochromatic Colors of #FFBDBD
Black with #FFBDBD
Text Example
Text Example
White with #FFBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDBD; }
p { color: rgb(255,189,189); }
H1.HeaderClassName
{
color: #FFBDBD;
}
.AnyTagClassName
{
color: #FFBDBD;
}
</style>
background-color css
<style>
a { background-color: #FFBDBD; }
a { background-color: rgb(255,189,189); }
div.DivClassName
{
background-color: #FFBDBD;
}
.BgClassName
{
background-color: #FFBDBD;
}
</style>
border-color css
<style>
span { border-color: #FFBDBD; }
span { border-color: rgb(255,189,189); }
td.TdClassName
{
border-color: #FFBDBD;
}
.TagClassName
{
border-color: #FFBDBD;
}
</style>