Shades of Pale Pink #FADFE1
Tints of Pale Pink #FADFE1
RGB
CMYK
RGB Variations
Color information
#FADFE1 (or 0xFADFE1) is known color: Pale Pink. HEX triplet: FA, DF and E1. RGB value is (250,223,225). Sum of RGB (Red+Green+Blue) = 250+223+225=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE1 is #05201E. Grayscale: #E7E7E7. Windows color (decimal): -335903 or 14802938. OLE color: 14802938.
HSL color Cylindrical-coordinate representation of color #FADFE1: hue angle of 355.56º degrees, saturation: 0.73, 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 #FADFE1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 225 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 355.56º | 0.73% | 0.93% | - |
| HSV(B) | 355.56º | 0.11% | 0.98% | - |
| XYZ | 79.4 | 78.54 | 82.21 | - |
| YUV | 231.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 225 | 0 | 0.11 | 0.10 | 0.02 | 355.56 | 0.73 | 0.93 |
| Hex | FA | DF | E1 | 0 | B | A | 2 | 164 | 49 | 5D |
| Octal | 372 | 337 | 341 | 0 | 13 | 12 | 2 | 544 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11100001 | 0 | 1011 | 1010 | 10 | 101100100 | 1001001 | 1011101 |
Color Harmonies of #FADFE1
Complementary color
Monochromatic Colors of #FADFE1
Black with #FADFE1
Text Example
Text Example
White with #FADFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFE1; }
p { color: rgb(250,223,225); }
H1.HeaderClassName
{
color: #FADFE1;
}
.AnyTagClassName
{
color: #FADFE1;
}
</style>
background-color css
<style>
a { background-color: #FADFE1; }
a { background-color: rgb(250,223,225); }
div.DivClassName
{
background-color: #FADFE1;
}
.BgClassName
{
background-color: #FADFE1;
}
</style>
border-color css
<style>
span { border-color: #FADFE1; }
span { border-color: rgb(250,223,225); }
td.TdClassName
{
border-color: #FADFE1;
}
.TagClassName
{
border-color: #FADFE1;
}
</style>