Shades of Pale Pink #FADEE0
Tints of Pale Pink #FADEE0
RGB
CMYK
RGB Variations
Color information
#FADEE0 (or 0xFADEE0) is known color: Pale Pink. HEX triplet: FA, DE and E0. RGB value is (250,222,224). Sum of RGB (Red+Green+Blue) = 250+222+224=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE0 is #05211F. Grayscale: #E6E6E6. Windows color (decimal): -336160 or 14737146. OLE color: 14737146.
HSL color Cylindrical-coordinate representation of color #FADEE0: hue angle of 355.71º 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 #FADEE0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 224 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 355.71º | 0.74% | 0.93% | - |
| HSV(B) | 355.71º | 0.11% | 0.98% | - |
| XYZ | 79 | 77.95 | 81.4 | - |
| YUV | 230.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 224 | 0 | 0.11 | 0.10 | 0.02 | 355.71 | 0.74 | 0.93 |
| Hex | FA | DE | E0 | 0 | B | A | 2 | 164 | 4A | 5D |
| Octal | 372 | 336 | 340 | 0 | 13 | 12 | 2 | 544 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11100000 | 0 | 1011 | 1010 | 10 | 101100100 | 1001010 | 1011101 |
Color Harmonies of #FADEE0
Complementary color
Monochromatic Colors of #FADEE0
Black with #FADEE0
Text Example
Text Example
White with #FADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE0; }
p { color: rgb(250,222,224); }
H1.HeaderClassName
{
color: #FADEE0;
}
.AnyTagClassName
{
color: #FADEE0;
}
</style>
background-color css
<style>
a { background-color: #FADEE0; }
a { background-color: rgb(250,222,224); }
div.DivClassName
{
background-color: #FADEE0;
}
.BgClassName
{
background-color: #FADEE0;
}
</style>
border-color css
<style>
span { border-color: #FADEE0; }
span { border-color: rgb(250,222,224); }
td.TdClassName
{
border-color: #FADEE0;
}
.TagClassName
{
border-color: #FADEE0;
}
</style>