Shades of Pink #FDBBCB
Tints of Pink #FDBBCB
RGB
CMYK
RGB Variations
Color information
#FDBBCB (or 0xFDBBCB) is known color: Pink. HEX triplet: FD, BB and CB. RGB value is (253,187,203). Sum of RGB (Red+Green+Blue) = 253+187+203=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBCB is #024434. Grayscale: #D0D0D0. Windows color (decimal): -148533 or 13351933. OLE color: 13351933.
HSL color Cylindrical-coordinate representation of color #FDBBCB: hue angle of 345.45º 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 #FDBBCB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 203 | - |
CMYK | 0 | 0.26 | 0.20 | 0.01 |
HSL | 345.45º | 0.94% | 0.86% | - |
HSV(B) | 345.45º | 0.26% | 0.99% | - |
XYZ | 69.06 | 60.74 | 64.58 | - |
YUV | 208.56 | 124.87 | 159.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 203 | 0 | 0.26 | 0.20 | 0.01 | 345.45 | 0.94 | 0.86 |
Hex | FD | BB | CB | 0 | 1A | 14 | 1 | 159 | 5E | 56 |
Octal | 375 | 273 | 313 | 0 | 32 | 24 | 1 | 531 | 136 | 126 |
Binary | 11111101 | 10111011 | 11001011 | 0 | 11010 | 10100 | 1 | 101011001 | 1011110 | 1010110 |
Color Harmonies of #FDBBCB
Complementary color
Monochromatic Colors of #FDBBCB
Black with #FDBBCB
Text Example
Text Example
White with #FDBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBCB; }
p { color: rgb(253,187,203); }
H1.HeaderClassName
{
color: #FDBBCB;
}
.AnyTagClassName
{
color: #FDBBCB;
}
</style>
background-color css
<style>
a { background-color: #FDBBCB; }
a { background-color: rgb(253,187,203); }
div.DivClassName
{
background-color: #FDBBCB;
}
.BgClassName
{
background-color: #FDBBCB;
}
</style>
border-color css
<style>
span { border-color: #FDBBCB; }
span { border-color: rgb(253,187,203); }
td.TdClassName
{
border-color: #FDBBCB;
}
.TagClassName
{
border-color: #FDBBCB;
}
</style>