Shades of Pale Pink #F3D9DB
Tints of Pale Pink #F3D9DB
RGB
CMYK
RGB Variations
Color information
#F3D9DB (or 0xF3D9DB) is known color: Pale Pink. HEX triplet: F3, D9 and DB. RGB value is (243,217,219). Sum of RGB (Red+Green+Blue) = 243+217+219=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9DB is #0C2624. Grayscale: #E1E1E1. Windows color (decimal): -796197 or 14408179. OLE color: 14408179.
HSL color Cylindrical-coordinate representation of color #F3D9DB: hue angle of 355.38º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3D9DB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 219 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.05 |
| HSL | 355.38º | 0.52% | 0.9% | - |
| HSV(B) | 355.38º | 0.11% | 0.95% | - |
| XYZ | 74.56 | 73.79 | 77.33 | - |
| YUV | 225 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 219 | 0 | 0.11 | 0.10 | 0.05 | 355.38 | 0.52 | 0.9 |
| Hex | F3 | D9 | DB | 0 | B | A | 5 | 163 | 34 | 5A |
| Octal | 363 | 331 | 333 | 0 | 13 | 12 | 5 | 543 | 64 | 132 |
| Binary | 11110011 | 11011001 | 11011011 | 0 | 1011 | 1010 | 101 | 101100011 | 110100 | 1011010 |
Color Harmonies of #F3D9DB
Complementary color
Monochromatic Colors of #F3D9DB
Black with #F3D9DB
Text Example
Text Example
White with #F3D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9DB; }
p { color: rgb(243,217,219); }
H1.HeaderClassName
{
color: #F3D9DB;
}
.AnyTagClassName
{
color: #F3D9DB;
}
</style>
background-color css
<style>
a { background-color: #F3D9DB; }
a { background-color: rgb(243,217,219); }
div.DivClassName
{
background-color: #F3D9DB;
}
.BgClassName
{
background-color: #F3D9DB;
}
</style>
border-color css
<style>
span { border-color: #F3D9DB; }
span { border-color: rgb(243,217,219); }
td.TdClassName
{
border-color: #F3D9DB;
}
.TagClassName
{
border-color: #F3D9DB;
}
</style>