Shades of Pale Pink #F3DDDF
Tints of Pale Pink #F3DDDF
RGB
CMYK
RGB Variations
Color information
#F3DDDF (or 0xF3DDDF) is known color: Pale Pink. HEX triplet: F3, DD and DF. RGB value is (243,221,223). Sum of RGB (Red+Green+Blue) = 243+221+223=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDDF is #0C2220. Grayscale: #E3E3E3. Windows color (decimal): -795169 or 14671347. OLE color: 14671347.
HSL color Cylindrical-coordinate representation of color #F3DDDF: hue angle of 354.55º degrees, saturation: 0.48, 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 #F3DDDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 223 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 354.55º | 0.48% | 0.91% | - |
| HSV(B) | 354.55º | 0.09% | 0.95% | - |
| XYZ | 76.14 | 76.1 | 80.49 | - |
| YUV | 227.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 223 | 0 | 0.09 | 0.08 | 0.05 | 354.55 | 0.48 | 0.91 |
| Hex | F3 | DD | DF | 0 | 9 | 8 | 5 | 163 | 30 | 5B |
| Octal | 363 | 335 | 337 | 0 | 11 | 10 | 5 | 543 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11011111 | 0 | 1001 | 1000 | 101 | 101100011 | 110000 | 1011011 |
Color Harmonies of #F3DDDF
Complementary color
Monochromatic Colors of #F3DDDF
Black with #F3DDDF
Text Example
Text Example
White with #F3DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDDF; }
p { color: rgb(243,221,223); }
H1.HeaderClassName
{
color: #F3DDDF;
}
.AnyTagClassName
{
color: #F3DDDF;
}
</style>
background-color css
<style>
a { background-color: #F3DDDF; }
a { background-color: rgb(243,221,223); }
div.DivClassName
{
background-color: #F3DDDF;
}
.BgClassName
{
background-color: #F3DDDF;
}
</style>
border-color css
<style>
span { border-color: #F3DDDF; }
span { border-color: rgb(243,221,223); }
td.TdClassName
{
border-color: #F3DDDF;
}
.TagClassName
{
border-color: #F3DDDF;
}
</style>