Shades of Pale Pink #F3DBDC
Tints of Pale Pink #F3DBDC
RGB
CMYK
RGB Variations
Color information
#F3DBDC (or 0xF3DBDC) is known color: Pale Pink. HEX triplet: F3, DB and DC. RGB value is (243,219,220). Sum of RGB (Red+Green+Blue) = 243+219+220=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBDC is #0C2423. Grayscale: #E2E2E2. Windows color (decimal): -795684 or 14474227. OLE color: 14474227.
HSL color Cylindrical-coordinate representation of color #F3DBDC: hue angle of 357.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DBDC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 220 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.05 |
| HSL | 357.5º | 0.5% | 0.91% | - |
| HSV(B) | 357.5º | 0.1% | 0.95% | - |
| XYZ | 75.21 | 74.89 | 78.2 | - |
| YUV | 226.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 220 | 0 | 0.10 | 0.09 | 0.05 | 357.5 | 0.5 | 0.91 |
| Hex | F3 | DB | DC | 0 | A | 9 | 5 | 166 | 32 | 5B |
| Octal | 363 | 333 | 334 | 0 | 12 | 11 | 5 | 546 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11011100 | 0 | 1010 | 1001 | 101 | 101100110 | 110010 | 1011011 |
Color Harmonies of #F3DBDC
Complementary color
Monochromatic Colors of #F3DBDC
Black with #F3DBDC
Text Example
Text Example
White with #F3DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBDC; }
p { color: rgb(243,219,220); }
H1.HeaderClassName
{
color: #F3DBDC;
}
.AnyTagClassName
{
color: #F3DBDC;
}
</style>
background-color css
<style>
a { background-color: #F3DBDC; }
a { background-color: rgb(243,219,220); }
div.DivClassName
{
background-color: #F3DBDC;
}
.BgClassName
{
background-color: #F3DBDC;
}
</style>
border-color css
<style>
span { border-color: #F3DBDC; }
span { border-color: rgb(243,219,220); }
td.TdClassName
{
border-color: #F3DBDC;
}
.TagClassName
{
border-color: #F3DBDC;
}
</style>