Shades of Pale Pink #FBDCDD
Tints of Pale Pink #FBDCDD
RGB
CMYK
RGB Variations
Color information
#FBDCDD (or 0xFBDCDD) is known color: Pale Pink. HEX triplet: FB, DC and DD. RGB value is (251,220,221). Sum of RGB (Red+Green+Blue) = 251+220+221=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDD is #042322. Grayscale: #E5E5E5. Windows color (decimal): -271139 or 14540027. OLE color: 14540027.
HSL color Cylindrical-coordinate representation of color #FBDCDD: hue angle of 358.06º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDCDD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 221 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.02 |
| HSL | 358.06º | 0.79% | 0.92% | - |
| HSV(B) | 358.06º | 0.12% | 0.98% | - |
| XYZ | 78.43 | 76.92 | 79.12 | - |
| YUV | 229.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 221 | 0 | 0.12 | 0.12 | 0.02 | 358.06 | 0.79 | 0.92 |
| Hex | FB | DC | DD | 0 | C | C | 2 | 166 | 4F | 5C |
| Octal | 373 | 334 | 335 | 0 | 14 | 14 | 2 | 546 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11011101 | 0 | 1100 | 1100 | 10 | 101100110 | 1001111 | 1011100 |
Color Harmonies of #FBDCDD
Complementary color
Monochromatic Colors of #FBDCDD
Black with #FBDCDD
Text Example
Text Example
White with #FBDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCDD; }
p { color: rgb(251,220,221); }
H1.HeaderClassName
{
color: #FBDCDD;
}
.AnyTagClassName
{
color: #FBDCDD;
}
</style>
background-color css
<style>
a { background-color: #FBDCDD; }
a { background-color: rgb(251,220,221); }
div.DivClassName
{
background-color: #FBDCDD;
}
.BgClassName
{
background-color: #FBDCDD;
}
</style>
border-color css
<style>
span { border-color: #FBDCDD; }
span { border-color: rgb(251,220,221); }
td.TdClassName
{
border-color: #FBDCDD;
}
.TagClassName
{
border-color: #FBDCDD;
}
</style>