Shades of Pale Pink #FBDEE1
Tints of Pale Pink #FBDEE1
RGB
CMYK
RGB Variations
Color information
#FBDEE1 (or 0xFBDEE1) is known color: Pale Pink. HEX triplet: FB, DE and E1. RGB value is (251,222,225). Sum of RGB (Red+Green+Blue) = 251+222+225=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEE1 is #04211E. Grayscale: #E7E7E7. Windows color (decimal): -270623 or 14802683. OLE color: 14802683.
HSL color Cylindrical-coordinate representation of color #FBDEE1: hue angle of 353.79º degrees, saturation: 0.78, 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 #FBDEE1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 225 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 353.79º | 0.78% | 0.93% | - |
| HSV(B) | 353.79º | 0.12% | 0.98% | - |
| XYZ | 79.5 | 78.19 | 82.14 | - |
| YUV | 231.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 225 | 0 | 0.12 | 0.10 | 0.02 | 353.79 | 0.78 | 0.93 |
| Hex | FB | DE | E1 | 0 | C | A | 2 | 162 | 4E | 5D |
| Octal | 373 | 336 | 341 | 0 | 14 | 12 | 2 | 542 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11100001 | 0 | 1100 | 1010 | 10 | 101100010 | 1001110 | 1011101 |
Color Harmonies of #FBDEE1
Complementary color
Monochromatic Colors of #FBDEE1
Black with #FBDEE1
Text Example
Text Example
White with #FBDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEE1; }
p { color: rgb(251,222,225); }
H1.HeaderClassName
{
color: #FBDEE1;
}
.AnyTagClassName
{
color: #FBDEE1;
}
</style>
background-color css
<style>
a { background-color: #FBDEE1; }
a { background-color: rgb(251,222,225); }
div.DivClassName
{
background-color: #FBDEE1;
}
.BgClassName
{
background-color: #FBDEE1;
}
</style>
border-color css
<style>
span { border-color: #FBDEE1; }
span { border-color: rgb(251,222,225); }
td.TdClassName
{
border-color: #FBDEE1;
}
.TagClassName
{
border-color: #FBDEE1;
}
</style>