Shades of Pale Pink #F8DBDE
Tints of Pale Pink #F8DBDE
RGB
CMYK
RGB Variations
Color information
#F8DBDE (or 0xF8DBDE) is known color: Pale Pink. HEX triplet: F8, DB and DE. RGB value is (248,219,222). Sum of RGB (Red+Green+Blue) = 248+219+222=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBDE is #072421. Grayscale: #E4E4E4. Windows color (decimal): -468002 or 14605304. OLE color: 14605304.
HSL color Cylindrical-coordinate representation of color #F8DBDE: hue angle of 353.79º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBDE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 222 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.03 |
| HSL | 353.79º | 0.67% | 0.92% | - |
| HSV(B) | 353.79º | 0.12% | 0.97% | - |
| XYZ | 77.23 | 75.89 | 79.69 | - |
| YUV | 228.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 222 | 0 | 0.12 | 0.10 | 0.03 | 353.79 | 0.67 | 0.92 |
| Hex | F8 | DB | DE | 0 | C | A | 3 | 162 | 43 | 5C |
| Octal | 370 | 333 | 336 | 0 | 14 | 12 | 3 | 542 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11011110 | 0 | 1100 | 1010 | 11 | 101100010 | 1000011 | 1011100 |
Color Harmonies of #F8DBDE
Complementary color
Monochromatic Colors of #F8DBDE
Black with #F8DBDE
Text Example
Text Example
White with #F8DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBDE; }
p { color: rgb(248,219,222); }
H1.HeaderClassName
{
color: #F8DBDE;
}
.AnyTagClassName
{
color: #F8DBDE;
}
</style>
background-color css
<style>
a { background-color: #F8DBDE; }
a { background-color: rgb(248,219,222); }
div.DivClassName
{
background-color: #F8DBDE;
}
.BgClassName
{
background-color: #F8DBDE;
}
</style>
border-color css
<style>
span { border-color: #F8DBDE; }
span { border-color: rgb(248,219,222); }
td.TdClassName
{
border-color: #F8DBDE;
}
.TagClassName
{
border-color: #F8DBDE;
}
</style>