Shades of Pale Pink #FBD8DD
Tints of Pale Pink #FBD8DD
RGB
CMYK
RGB Variations
Color information
#FBD8DD (or 0xFBD8DD) is known color: Pale Pink. HEX triplet: FB, D8 and DD. RGB value is (251,216,221). Sum of RGB (Red+Green+Blue) = 251+216+221=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8DD is #042722. Grayscale: #E3E3E3. Windows color (decimal): -272163 or 14539003. OLE color: 14539003.
HSL color Cylindrical-coordinate representation of color #FBD8DD: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD8DD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 221 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.02 |
| HSL | 351.43º | 0.81% | 0.92% | - |
| HSV(B) | 351.43º | 0.14% | 0.98% | - |
| XYZ | 77.39 | 74.84 | 78.77 | - |
| YUV | 227.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 221 | 0 | 0.14 | 0.12 | 0.02 | 351.43 | 0.81 | 0.92 |
| Hex | FB | D8 | DD | 0 | E | C | 2 | 15F | 51 | 5C |
| Octal | 373 | 330 | 335 | 0 | 16 | 14 | 2 | 537 | 121 | 134 |
| Binary | 11111011 | 11011000 | 11011101 | 0 | 1110 | 1100 | 10 | 101011111 | 1010001 | 1011100 |
Color Harmonies of #FBD8DD
Complementary color
Monochromatic Colors of #FBD8DD
Black with #FBD8DD
Text Example
Text Example
White with #FBD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8DD; }
p { color: rgb(251,216,221); }
H1.HeaderClassName
{
color: #FBD8DD;
}
.AnyTagClassName
{
color: #FBD8DD;
}
</style>
background-color css
<style>
a { background-color: #FBD8DD; }
a { background-color: rgb(251,216,221); }
div.DivClassName
{
background-color: #FBD8DD;
}
.BgClassName
{
background-color: #FBD8DD;
}
</style>
border-color css
<style>
span { border-color: #FBD8DD; }
span { border-color: rgb(251,216,221); }
td.TdClassName
{
border-color: #FBD8DD;
}
.TagClassName
{
border-color: #FBD8DD;
}
</style>