Shades of Pale Pink #F3DCDD
Tints of Pale Pink #F3DCDD
RGB
CMYK
RGB Variations
Color information
#F3DCDD (or 0xF3DCDD) is known color: Pale Pink. HEX triplet: F3, DC and DD. RGB value is (243,220,221). Sum of RGB (Red+Green+Blue) = 243+220+221=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDD is #0C2322. Grayscale: #E3E3E3. Windows color (decimal): -795427 or 14540019. OLE color: 14540019.
HSL color Cylindrical-coordinate representation of color #F3DCDD: hue angle of 357.39º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 221 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.05 |
| HSL | 357.39º | 0.49% | 0.91% | - |
| HSV(B) | 357.39º | 0.09% | 0.95% | - |
| XYZ | 75.61 | 75.46 | 78.99 | - |
| YUV | 226.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 221 | 0 | 0.09 | 0.09 | 0.05 | 357.39 | 0.49 | 0.91 |
| Hex | F3 | DC | DD | 0 | 9 | 9 | 5 | 165 | 31 | 5B |
| Octal | 363 | 334 | 335 | 0 | 11 | 11 | 5 | 545 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11011101 | 0 | 1001 | 1001 | 101 | 101100101 | 110001 | 1011011 |
Color Harmonies of #F3DCDD
Complementary color
Monochromatic Colors of #F3DCDD
Black with #F3DCDD
Text Example
Text Example
White with #F3DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCDD; }
p { color: rgb(243,220,221); }
H1.HeaderClassName
{
color: #F3DCDD;
}
.AnyTagClassName
{
color: #F3DCDD;
}
</style>
background-color css
<style>
a { background-color: #F3DCDD; }
a { background-color: rgb(243,220,221); }
div.DivClassName
{
background-color: #F3DCDD;
}
.BgClassName
{
background-color: #F3DCDD;
}
</style>
border-color css
<style>
span { border-color: #F3DCDD; }
span { border-color: rgb(243,220,221); }
td.TdClassName
{
border-color: #F3DCDD;
}
.TagClassName
{
border-color: #F3DCDD;
}
</style>