Shades of Pale Pink #FBDDDE
Tints of Pale Pink #FBDDDE
RGB
CMYK
RGB Variations
Color information
#FBDDDE (or 0xFBDDDE) is known color: Pale Pink. HEX triplet: FB, DD and DE. RGB value is (251,221,222). Sum of RGB (Red+Green+Blue) = 251+221+222=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDDE is #042221. Grayscale: #E6E6E6. Windows color (decimal): -270882 or 14605819. OLE color: 14605819.
HSL color Cylindrical-coordinate representation of color #FBDDDE: hue angle of 358º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 222 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.02 |
| HSL | 358º | 0.79% | 0.93% | - |
| HSV(B) | 358º | 0.12% | 0.98% | - |
| XYZ | 78.82 | 77.5 | 79.91 | - |
| YUV | 230.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 222 | 0 | 0.12 | 0.12 | 0.02 | 358 | 0.79 | 0.93 |
| Hex | FB | DD | DE | 0 | C | C | 2 | 166 | 4F | 5D |
| Octal | 373 | 335 | 336 | 0 | 14 | 14 | 2 | 546 | 117 | 135 |
| Binary | 11111011 | 11011101 | 11011110 | 0 | 1100 | 1100 | 10 | 101100110 | 1001111 | 1011101 |
Color Harmonies of #FBDDDE
Complementary color
Monochromatic Colors of #FBDDDE
Black with #FBDDDE
Text Example
Text Example
White with #FBDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDDE; }
p { color: rgb(251,221,222); }
H1.HeaderClassName
{
color: #FBDDDE;
}
.AnyTagClassName
{
color: #FBDDDE;
}
</style>
background-color css
<style>
a { background-color: #FBDDDE; }
a { background-color: rgb(251,221,222); }
div.DivClassName
{
background-color: #FBDDDE;
}
.BgClassName
{
background-color: #FBDDDE;
}
</style>
border-color css
<style>
span { border-color: #FBDDDE; }
span { border-color: rgb(251,221,222); }
td.TdClassName
{
border-color: #FBDDDE;
}
.TagClassName
{
border-color: #FBDDDE;
}
</style>