Shades of Pink #FDBBCD
Tints of Pink #FDBBCD
RGB
CMYK
RGB Variations
Color information
#FDBBCD (or 0xFDBBCD) is known color: Pink. HEX triplet: FD, BB and CD. RGB value is (253,187,205). Sum of RGB (Red+Green+Blue) = 253+187+205=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBCD is #024432. Grayscale: #D0D0D0. Windows color (decimal): -148531 or 13483005. OLE color: 13483005.
HSL color Cylindrical-coordinate representation of color #FDBBCD: hue angle of 343.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBCD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 205 | - |
CMYK | 0 | 0.26 | 0.19 | 0.01 |
HSL | 343.64º | 0.94% | 0.86% | - |
HSV(B) | 343.64º | 0.26% | 0.99% | - |
XYZ | 69.3 | 60.83 | 65.85 | - |
YUV | 208.79 | 125.87 | 159.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 205 | 0 | 0.26 | 0.19 | 0.01 | 343.64 | 0.94 | 0.86 |
Hex | FD | BB | CD | 0 | 1A | 13 | 1 | 158 | 5E | 56 |
Octal | 375 | 273 | 315 | 0 | 32 | 23 | 1 | 530 | 136 | 126 |
Binary | 11111101 | 10111011 | 11001101 | 0 | 11010 | 10011 | 1 | 101011000 | 1011110 | 1010110 |
Color Harmonies of #FDBBCD
Complementary color
Monochromatic Colors of #FDBBCD
Black with #FDBBCD
Text Example
Text Example
White with #FDBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBCD; }
p { color: rgb(253,187,205); }
H1.HeaderClassName
{
color: #FDBBCD;
}
.AnyTagClassName
{
color: #FDBBCD;
}
</style>
background-color css
<style>
a { background-color: #FDBBCD; }
a { background-color: rgb(253,187,205); }
div.DivClassName
{
background-color: #FDBBCD;
}
.BgClassName
{
background-color: #FDBBCD;
}
</style>
border-color css
<style>
span { border-color: #FDBBCD; }
span { border-color: rgb(253,187,205); }
td.TdClassName
{
border-color: #FDBBCD;
}
.TagClassName
{
border-color: #FDBBCD;
}
</style>