Shades of Pale Pink #FADBDE
Tints of Pale Pink #FADBDE
RGB
CMYK
RGB Variations
Color information
#FADBDE (or 0xFADBDE) is known color: Pale Pink. HEX triplet: FA, DB and DE. RGB value is (250,219,222). Sum of RGB (Red+Green+Blue) = 250+219+222=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDE is #052421. Grayscale: #E4E4E4. Windows color (decimal): -336930 or 14605306. OLE color: 14605306.
HSL color Cylindrical-coordinate representation of color #FADBDE: hue angle of 354.19º degrees, saturation: 0.76, 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 #FADBDE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 222 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 354.19º | 0.76% | 0.92% | - |
| HSV(B) | 354.19º | 0.12% | 0.98% | - |
| XYZ | 77.94 | 76.26 | 79.72 | - |
| YUV | 228.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 222 | 0 | 0.12 | 0.11 | 0.02 | 354.19 | 0.76 | 0.92 |
| Hex | FA | DB | DE | 0 | C | B | 2 | 162 | 4C | 5C |
| Octal | 372 | 333 | 336 | 0 | 14 | 13 | 2 | 542 | 114 | 134 |
| Binary | 11111010 | 11011011 | 11011110 | 0 | 1100 | 1011 | 10 | 101100010 | 1001100 | 1011100 |
Color Harmonies of #FADBDE
Complementary color
Monochromatic Colors of #FADBDE
Black with #FADBDE
Text Example
Text Example
White with #FADBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBDE; }
p { color: rgb(250,219,222); }
H1.HeaderClassName
{
color: #FADBDE;
}
.AnyTagClassName
{
color: #FADBDE;
}
</style>
background-color css
<style>
a { background-color: #FADBDE; }
a { background-color: rgb(250,219,222); }
div.DivClassName
{
background-color: #FADBDE;
}
.BgClassName
{
background-color: #FADBDE;
}
</style>
border-color css
<style>
span { border-color: #FADBDE; }
span { border-color: rgb(250,219,222); }
td.TdClassName
{
border-color: #FADBDE;
}
.TagClassName
{
border-color: #FADBDE;
}
</style>