Shades of Pale Pink #F8DBDC
Tints of Pale Pink #F8DBDC
RGB
CMYK
RGB Variations
Color information
#F8DBDC (or 0xF8DBDC) is known color: Pale Pink. HEX triplet: F8, DB and DC. RGB value is (248,219,220). Sum of RGB (Red+Green+Blue) = 248+219+220=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBDC is #072423. Grayscale: #E3E3E3. Windows color (decimal): -468004 or 14474232. OLE color: 14474232.
HSL color Cylindrical-coordinate representation of color #F8DBDC: hue angle of 357.93º 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 #F8DBDC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 219 | 220 | - |
CMYK | 0 | 0.12 | 0.11 | 0.03 |
HSL | 357.93º | 0.67% | 0.92% | - |
HSV(B) | 357.93º | 0.12% | 0.97% | - |
XYZ | 76.96 | 75.79 | 78.28 | - |
YUV | 227.79 | 123.61 | 142.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 219 | 220 | 0 | 0.12 | 0.11 | 0.03 | 357.93 | 0.67 | 0.92 |
Hex | F8 | DB | DC | 0 | C | B | 3 | 166 | 43 | 5C |
Octal | 370 | 333 | 334 | 0 | 14 | 13 | 3 | 546 | 103 | 134 |
Binary | 11111000 | 11011011 | 11011100 | 0 | 1100 | 1011 | 11 | 101100110 | 1000011 | 1011100 |
Color Harmonies of #F8DBDC
Complementary color
Monochromatic Colors of #F8DBDC
Black with #F8DBDC
Text Example
Text Example
White with #F8DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBDC; }
p { color: rgb(248,219,220); }
H1.HeaderClassName
{
color: #F8DBDC;
}
.AnyTagClassName
{
color: #F8DBDC;
}
</style>
background-color css
<style>
a { background-color: #F8DBDC; }
a { background-color: rgb(248,219,220); }
div.DivClassName
{
background-color: #F8DBDC;
}
.BgClassName
{
background-color: #F8DBDC;
}
</style>
border-color css
<style>
span { border-color: #F8DBDC; }
span { border-color: rgb(248,219,220); }
td.TdClassName
{
border-color: #F8DBDC;
}
.TagClassName
{
border-color: #F8DBDC;
}
</style>