Shades of Pig Pink #F3DDE6
Tints of Pig Pink #F3DDE6
RGB
CMYK
RGB Variations
Color information
#F3DDE6 (or 0xF3DDE6) is known color: Pig Pink. HEX triplet: F3, DD and E6. RGB value is (243,221,230). Sum of RGB (Red+Green+Blue) = 243+221+230=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDE6 is #0C2219. Grayscale: #E4E4E4. Windows color (decimal): -795162 or 15130099. OLE color: 15130099.
HSL color Cylindrical-coordinate representation of color #F3DDE6: hue angle of 335.45º 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 #F3DDE6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 230 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 335.45º | 0.48% | 0.91% | - |
| HSV(B) | 335.45º | 0.09% | 0.95% | - |
| XYZ | 77.1 | 76.48 | 85.56 | - |
| YUV | 228.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 230 | 0 | 0.09 | 0.05 | 0.05 | 335.45 | 0.48 | 0.91 |
| Hex | F3 | DD | E6 | 0 | 9 | 5 | 5 | 14F | 30 | 5B |
| Octal | 363 | 335 | 346 | 0 | 11 | 5 | 5 | 517 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11100110 | 0 | 1001 | 101 | 101 | 101001111 | 110000 | 1011011 |
Color Harmonies of #F3DDE6
Complementary color
Monochromatic Colors of #F3DDE6
Black with #F3DDE6
Text Example
Text Example
White with #F3DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDE6; }
p { color: rgb(243,221,230); }
H1.HeaderClassName
{
color: #F3DDE6;
}
.AnyTagClassName
{
color: #F3DDE6;
}
</style>
background-color css
<style>
a { background-color: #F3DDE6; }
a { background-color: rgb(243,221,230); }
div.DivClassName
{
background-color: #F3DDE6;
}
.BgClassName
{
background-color: #F3DDE6;
}
</style>
border-color css
<style>
span { border-color: #F3DDE6; }
span { border-color: rgb(243,221,230); }
td.TdClassName
{
border-color: #F3DDE6;
}
.TagClassName
{
border-color: #F3DDE6;
}
</style>