Shades of Pale Pink #FADDDF
Tints of Pale Pink #FADDDF
RGB
CMYK
RGB Variations
Color information
#FADDDF (or 0xFADDDF) is known color: Pale Pink. HEX triplet: FA, DD and DF. RGB value is (250,221,223). Sum of RGB (Red+Green+Blue) = 250+221+223=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDF is #052220. Grayscale: #E5E5E5. Windows color (decimal): -336417 or 14671354. OLE color: 14671354.
HSL color Cylindrical-coordinate representation of color #FADDDF: hue angle of 355.86º 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 #FADDDF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 223 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.02 |
| HSL | 355.86º | 0.74% | 0.92% | - |
| HSV(B) | 355.86º | 0.12% | 0.98% | - |
| XYZ | 78.6 | 77.36 | 80.6 | - |
| YUV | 229.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 223 | 0 | 0.12 | 0.11 | 0.02 | 355.86 | 0.74 | 0.92 |
| Hex | FA | DD | DF | 0 | C | B | 2 | 164 | 4A | 5C |
| Octal | 372 | 335 | 337 | 0 | 14 | 13 | 2 | 544 | 112 | 134 |
| Binary | 11111010 | 11011101 | 11011111 | 0 | 1100 | 1011 | 10 | 101100100 | 1001010 | 1011100 |
Color Harmonies of #FADDDF
Complementary color
Monochromatic Colors of #FADDDF
Black with #FADDDF
Text Example
Text Example
White with #FADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDDF; }
p { color: rgb(250,221,223); }
H1.HeaderClassName
{
color: #FADDDF;
}
.AnyTagClassName
{
color: #FADDDF;
}
</style>
background-color css
<style>
a { background-color: #FADDDF; }
a { background-color: rgb(250,221,223); }
div.DivClassName
{
background-color: #FADDDF;
}
.BgClassName
{
background-color: #FADDDF;
}
</style>
border-color css
<style>
span { border-color: #FADDDF; }
span { border-color: rgb(250,221,223); }
td.TdClassName
{
border-color: #FADDDF;
}
.TagClassName
{
border-color: #FADDDF;
}
</style>