Shades of Pale Pink #FBDDDF
Tints of Pale Pink #FBDDDF
RGB
CMYK
RGB Variations
Color information
#FBDDDF (or 0xFBDDDF) is known color: Pale Pink. HEX triplet: FB, DD and DF. RGB value is (251,221,223). Sum of RGB (Red+Green+Blue) = 251+221+223=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDDF is #042220. Grayscale: #E6E6E6. Windows color (decimal): -270881 or 14671355. OLE color: 14671355.
HSL color Cylindrical-coordinate representation of color #FBDDDF: hue angle of 356º 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 #FBDDDF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 223 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 356º | 0.79% | 0.93% | - |
| HSV(B) | 356º | 0.12% | 0.98% | - |
| XYZ | 78.96 | 77.55 | 80.62 | - |
| YUV | 230.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 223 | 0 | 0.12 | 0.11 | 0.02 | 356 | 0.79 | 0.93 |
| Hex | FB | DD | DF | 0 | C | B | 2 | 164 | 4F | 5D |
| Octal | 373 | 335 | 337 | 0 | 14 | 13 | 2 | 544 | 117 | 135 |
| Binary | 11111011 | 11011101 | 11011111 | 0 | 1100 | 1011 | 10 | 101100100 | 1001111 | 1011101 |
Color Harmonies of #FBDDDF
Complementary color
Monochromatic Colors of #FBDDDF
Black with #FBDDDF
Text Example
Text Example
White with #FBDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDDF; }
p { color: rgb(251,221,223); }
H1.HeaderClassName
{
color: #FBDDDF;
}
.AnyTagClassName
{
color: #FBDDDF;
}
</style>
background-color css
<style>
a { background-color: #FBDDDF; }
a { background-color: rgb(251,221,223); }
div.DivClassName
{
background-color: #FBDDDF;
}
.BgClassName
{
background-color: #FBDDDF;
}
</style>
border-color css
<style>
span { border-color: #FBDDDF; }
span { border-color: rgb(251,221,223); }
td.TdClassName
{
border-color: #FBDDDF;
}
.TagClassName
{
border-color: #FBDDDF;
}
</style>