Shades of Pale Pink #FADEE1
Tints of Pale Pink #FADEE1
RGB
CMYK
RGB Variations
Color information
#FADEE1 (or 0xFADEE1) is known color: Pale Pink. HEX triplet: FA, DE and E1. RGB value is (250,222,225). Sum of RGB (Red+Green+Blue) = 250+222+225=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE1 is #05211E. Grayscale: #E6E6E6. Windows color (decimal): -336159 or 14802682. OLE color: 14802682.
HSL color Cylindrical-coordinate representation of color #FADEE1: hue angle of 353.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEE1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 225 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 353.57º | 0.74% | 0.93% | - |
| HSV(B) | 353.57º | 0.11% | 0.98% | - |
| XYZ | 79.14 | 78 | 82.12 | - |
| YUV | 230.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 225 | 0 | 0.11 | 0.10 | 0.02 | 353.57 | 0.74 | 0.93 |
| Hex | FA | DE | E1 | 0 | B | A | 2 | 162 | 4A | 5D |
| Octal | 372 | 336 | 341 | 0 | 13 | 12 | 2 | 542 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11100001 | 0 | 1011 | 1010 | 10 | 101100010 | 1001010 | 1011101 |
Color Harmonies of #FADEE1
Complementary color
Monochromatic Colors of #FADEE1
Black with #FADEE1
Text Example
Text Example
White with #FADEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE1; }
p { color: rgb(250,222,225); }
H1.HeaderClassName
{
color: #FADEE1;
}
.AnyTagClassName
{
color: #FADEE1;
}
</style>
background-color css
<style>
a { background-color: #FADEE1; }
a { background-color: rgb(250,222,225); }
div.DivClassName
{
background-color: #FADEE1;
}
.BgClassName
{
background-color: #FADEE1;
}
</style>
border-color css
<style>
span { border-color: #FADEE1; }
span { border-color: rgb(250,222,225); }
td.TdClassName
{
border-color: #FADEE1;
}
.TagClassName
{
border-color: #FADEE1;
}
</style>