Shades of Pale Pink #F8DCDF
Tints of Pale Pink #F8DCDF
RGB
CMYK
RGB Variations
Color information
#F8DCDF (or 0xF8DCDF) is known color: Pale Pink. HEX triplet: F8, DC and DF. RGB value is (248,220,223). Sum of RGB (Red+Green+Blue) = 248+220+223=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCDF is #072320. Grayscale: #E4E4E4. Windows color (decimal): -467745 or 14671096. OLE color: 14671096.
HSL color Cylindrical-coordinate representation of color #F8DCDF: hue angle of 353.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DCDF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 223 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.03 |
| HSL | 353.57º | 0.67% | 0.92% | - |
| HSV(B) | 353.57º | 0.11% | 0.97% | - |
| XYZ | 77.62 | 76.47 | 80.48 | - |
| YUV | 228.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 223 | 0 | 0.11 | 0.10 | 0.03 | 353.57 | 0.67 | 0.92 |
| Hex | F8 | DC | DF | 0 | B | A | 3 | 162 | 43 | 5C |
| Octal | 370 | 334 | 337 | 0 | 13 | 12 | 3 | 542 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11011111 | 0 | 1011 | 1010 | 11 | 101100010 | 1000011 | 1011100 |
Color Harmonies of #F8DCDF
Complementary color
Monochromatic Colors of #F8DCDF
Black with #F8DCDF
Text Example
Text Example
White with #F8DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCDF; }
p { color: rgb(248,220,223); }
H1.HeaderClassName
{
color: #F8DCDF;
}
.AnyTagClassName
{
color: #F8DCDF;
}
</style>
background-color css
<style>
a { background-color: #F8DCDF; }
a { background-color: rgb(248,220,223); }
div.DivClassName
{
background-color: #F8DCDF;
}
.BgClassName
{
background-color: #F8DCDF;
}
</style>
border-color css
<style>
span { border-color: #F8DCDF; }
span { border-color: rgb(248,220,223); }
td.TdClassName
{
border-color: #F8DCDF;
}
.TagClassName
{
border-color: #F8DCDF;
}
</style>