Shades of Pale Pink #FADCDF
Tints of Pale Pink #FADCDF
RGB
CMYK
RGB Variations
Color information
#FADCDF (or 0xFADCDF) is known color: Pale Pink. HEX triplet: FA, DC and DF. RGB value is (250,220,223). Sum of RGB (Red+Green+Blue) = 250+220+223=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDF is #052320. Grayscale: #E5E5E5. Windows color (decimal): -336673 or 14671098. OLE color: 14671098.
HSL color Cylindrical-coordinate representation of color #FADCDF: hue angle of 354º degrees, saturation: 0.75, 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 #FADCDF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 223 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 354º | 0.75% | 0.92% | - |
| HSV(B) | 354º | 0.12% | 0.98% | - |
| XYZ | 78.34 | 76.84 | 80.51 | - |
| YUV | 229.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 223 | 0 | 0.12 | 0.11 | 0.02 | 354 | 0.75 | 0.92 |
| Hex | FA | DC | DF | 0 | C | B | 2 | 162 | 4B | 5C |
| Octal | 372 | 334 | 337 | 0 | 14 | 13 | 2 | 542 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11011111 | 0 | 1100 | 1011 | 10 | 101100010 | 1001011 | 1011100 |
Color Harmonies of #FADCDF
Complementary color
Monochromatic Colors of #FADCDF
Black with #FADCDF
Text Example
Text Example
White with #FADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCDF; }
p { color: rgb(250,220,223); }
H1.HeaderClassName
{
color: #FADCDF;
}
.AnyTagClassName
{
color: #FADCDF;
}
</style>
background-color css
<style>
a { background-color: #FADCDF; }
a { background-color: rgb(250,220,223); }
div.DivClassName
{
background-color: #FADCDF;
}
.BgClassName
{
background-color: #FADCDF;
}
</style>
border-color css
<style>
span { border-color: #FADCDF; }
span { border-color: rgb(250,220,223); }
td.TdClassName
{
border-color: #FADCDF;
}
.TagClassName
{
border-color: #FADCDF;
}
</style>