Shades of Pig Pink #F3DDE7
Tints of Pig Pink #F3DDE7
RGB
CMYK
RGB Variations
Color information
#F3DDE7 (or 0xF3DDE7) is known color: Pig Pink. HEX triplet: F3, DD and E7. RGB value is (243,221,231). Sum of RGB (Red+Green+Blue) = 243+221+231=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDE7 is #0C2218. Grayscale: #E4E4E4. Windows color (decimal): -795161 or 15195635. OLE color: 15195635.
HSL color Cylindrical-coordinate representation of color #F3DDE7: hue angle of 332.73º 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 #F3DDE7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 231 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 332.73º | 0.48% | 0.91% | - |
| HSV(B) | 332.73º | 0.09% | 0.95% | - |
| XYZ | 77.24 | 76.54 | 86.3 | - |
| YUV | 228.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 231 | 0 | 0.09 | 0.05 | 0.05 | 332.73 | 0.48 | 0.91 |
| Hex | F3 | DD | E7 | 0 | 9 | 5 | 5 | 14D | 30 | 5B |
| Octal | 363 | 335 | 347 | 0 | 11 | 5 | 5 | 515 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11100111 | 0 | 1001 | 101 | 101 | 101001101 | 110000 | 1011011 |
Color Harmonies of #F3DDE7
Complementary color
Monochromatic Colors of #F3DDE7
Black with #F3DDE7
Text Example
Text Example
White with #F3DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDE7; }
p { color: rgb(243,221,231); }
H1.HeaderClassName
{
color: #F3DDE7;
}
.AnyTagClassName
{
color: #F3DDE7;
}
</style>
background-color css
<style>
a { background-color: #F3DDE7; }
a { background-color: rgb(243,221,231); }
div.DivClassName
{
background-color: #F3DDE7;
}
.BgClassName
{
background-color: #F3DDE7;
}
</style>
border-color css
<style>
span { border-color: #F3DDE7; }
span { border-color: rgb(243,221,231); }
td.TdClassName
{
border-color: #F3DDE7;
}
.TagClassName
{
border-color: #F3DDE7;
}
</style>