Shades of Pale Pink #FADEDF
Tints of Pale Pink #FADEDF
RGB
CMYK
RGB Variations
Color information
#FADEDF (or 0xFADEDF) is known color: Pale Pink. HEX triplet: FA, DE and DF. RGB value is (250,222,223). Sum of RGB (Red+Green+Blue) = 250+222+223=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDF is #052120. Grayscale: #E6E6E6. Windows color (decimal): -336161 or 14671610. OLE color: 14671610.
HSL color Cylindrical-coordinate representation of color #FADEDF: hue angle of 357.86º 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 #FADEDF is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 223 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.02 |
| HSL | 357.86º | 0.74% | 0.93% | - |
| HSV(B) | 357.86º | 0.11% | 0.98% | - |
| XYZ | 78.86 | 77.89 | 80.69 | - |
| YUV | 230.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 223 | 0 | 0.11 | 0.11 | 0.02 | 357.86 | 0.74 | 0.93 |
| Hex | FA | DE | DF | 0 | B | B | 2 | 166 | 4A | 5D |
| Octal | 372 | 336 | 337 | 0 | 13 | 13 | 2 | 546 | 112 | 135 |
| Binary | 11111010 | 11011110 | 11011111 | 0 | 1011 | 1011 | 10 | 101100110 | 1001010 | 1011101 |
Color Harmonies of #FADEDF
Complementary color
Monochromatic Colors of #FADEDF
Black with #FADEDF
Text Example
Text Example
White with #FADEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEDF; }
p { color: rgb(250,222,223); }
H1.HeaderClassName
{
color: #FADEDF;
}
.AnyTagClassName
{
color: #FADEDF;
}
</style>
background-color css
<style>
a { background-color: #FADEDF; }
a { background-color: rgb(250,222,223); }
div.DivClassName
{
background-color: #FADEDF;
}
.BgClassName
{
background-color: #FADEDF;
}
</style>
border-color css
<style>
span { border-color: #FADEDF; }
span { border-color: rgb(250,222,223); }
td.TdClassName
{
border-color: #FADEDF;
}
.TagClassName
{
border-color: #FADEDF;
}
</style>