Shades of Pale Pink #F8DDDF
Tints of Pale Pink #F8DDDF
RGB
CMYK
RGB Variations
Color information
#F8DDDF (or 0xF8DDDF) is known color: Pale Pink. HEX triplet: F8, DD and DF. RGB value is (248,221,223). Sum of RGB (Red+Green+Blue) = 248+221+223=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDDF is #072220. Grayscale: #E5E5E5. Windows color (decimal): -467489 or 14671352. OLE color: 14671352.
HSL color Cylindrical-coordinate representation of color #F8DDDF: hue angle of 355.56º degrees, saturation: 0.66, 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 #F8DDDF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 223 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.03 |
| HSL | 355.56º | 0.66% | 0.92% | - |
| HSV(B) | 355.56º | 0.11% | 0.97% | - |
| XYZ | 77.89 | 77 | 80.57 | - |
| YUV | 229.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 223 | 0 | 0.11 | 0.10 | 0.03 | 355.56 | 0.66 | 0.92 |
| Hex | F8 | DD | DF | 0 | B | A | 3 | 164 | 42 | 5C |
| Octal | 370 | 335 | 337 | 0 | 13 | 12 | 3 | 544 | 102 | 134 |
| Binary | 11111000 | 11011101 | 11011111 | 0 | 1011 | 1010 | 11 | 101100100 | 1000010 | 1011100 |
Color Harmonies of #F8DDDF
Complementary color
Monochromatic Colors of #F8DDDF
Black with #F8DDDF
Text Example
Text Example
White with #F8DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDDF; }
p { color: rgb(248,221,223); }
H1.HeaderClassName
{
color: #F8DDDF;
}
.AnyTagClassName
{
color: #F8DDDF;
}
</style>
background-color css
<style>
a { background-color: #F8DDDF; }
a { background-color: rgb(248,221,223); }
div.DivClassName
{
background-color: #F8DDDF;
}
.BgClassName
{
background-color: #F8DDDF;
}
</style>
border-color css
<style>
span { border-color: #F8DDDF; }
span { border-color: rgb(248,221,223); }
td.TdClassName
{
border-color: #F8DDDF;
}
.TagClassName
{
border-color: #F8DDDF;
}
</style>