Shades of Pale Pink #FBDCDF
Tints of Pale Pink #FBDCDF
RGB
CMYK
RGB Variations
Color information
#FBDCDF (or 0xFBDCDF) is known color: Pale Pink. HEX triplet: FB, DC and DF. RGB value is (251,220,223). Sum of RGB (Red+Green+Blue) = 251+220+223=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDF is #042320. Grayscale: #E5E5E5. Windows color (decimal): -271137 or 14671099. OLE color: 14671099.
HSL color Cylindrical-coordinate representation of color #FBDCDF: hue angle of 354.19º 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 #FBDCDF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 223 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 354.19º | 0.79% | 0.92% | - |
| HSV(B) | 354.19º | 0.12% | 0.98% | - |
| XYZ | 78.7 | 77.02 | 80.53 | - |
| YUV | 229.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 223 | 0 | 0.12 | 0.11 | 0.02 | 354.19 | 0.79 | 0.92 |
| Hex | FB | DC | DF | 0 | C | B | 2 | 162 | 4F | 5C |
| Octal | 373 | 334 | 337 | 0 | 14 | 13 | 2 | 542 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11011111 | 0 | 1100 | 1011 | 10 | 101100010 | 1001111 | 1011100 |
Color Harmonies of #FBDCDF
Complementary color
Monochromatic Colors of #FBDCDF
Black with #FBDCDF
Text Example
Text Example
White with #FBDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCDF; }
p { color: rgb(251,220,223); }
H1.HeaderClassName
{
color: #FBDCDF;
}
.AnyTagClassName
{
color: #FBDCDF;
}
</style>
background-color css
<style>
a { background-color: #FBDCDF; }
a { background-color: rgb(251,220,223); }
div.DivClassName
{
background-color: #FBDCDF;
}
.BgClassName
{
background-color: #FBDCDF;
}
</style>
border-color css
<style>
span { border-color: #FBDCDF; }
span { border-color: rgb(251,220,223); }
td.TdClassName
{
border-color: #FBDCDF;
}
.TagClassName
{
border-color: #FBDCDF;
}
</style>