Shades of Pale Pink #FADDE0
Tints of Pale Pink #FADDE0
RGB
CMYK
RGB Variations
Color information
#FADDE0 (or 0xFADDE0) is known color: Pale Pink. HEX triplet: FA, DD and E0. RGB value is (250,221,224). Sum of RGB (Red+Green+Blue) = 250+221+224=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE0 is #05221F. Grayscale: #E6E6E6. Windows color (decimal): -336416 or 14736890. OLE color: 14736890.
HSL color Cylindrical-coordinate representation of color #FADDE0: hue angle of 353.79º degrees, saturation: 0.74, 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 #FADDE0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 224 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 353.79º | 0.74% | 0.92% | - |
| HSV(B) | 353.79º | 0.12% | 0.98% | - |
| XYZ | 78.74 | 77.42 | 81.31 | - |
| YUV | 230.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 224 | 0 | 0.12 | 0.10 | 0.02 | 353.79 | 0.74 | 0.92 |
| Hex | FA | DD | E0 | 0 | C | A | 2 | 162 | 4A | 5C |
| Octal | 372 | 335 | 340 | 0 | 14 | 12 | 2 | 542 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11100000 | 0 | 1100 | 1010 | 10 | 101100010 | 1001010 | 1011100 |
Color Harmonies of #FADDE0
Complementary color
Monochromatic Colors of #FADDE0
Black with #FADDE0
Text Example
Text Example
White with #FADDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDE0; }
p { color: rgb(250,221,224); }
H1.HeaderClassName
{
color: #FADDE0;
}
.AnyTagClassName
{
color: #FADDE0;
}
</style>
background-color css
<style>
a { background-color: #FADDE0; }
a { background-color: rgb(250,221,224); }
div.DivClassName
{
background-color: #FADDE0;
}
.BgClassName
{
background-color: #FADDE0;
}
</style>
border-color css
<style>
span { border-color: #FADDE0; }
span { border-color: rgb(250,221,224); }
td.TdClassName
{
border-color: #FADDE0;
}
.TagClassName
{
border-color: #FADDE0;
}
</style>