Shades of Pig Pink #F3DDE5
Tints of Pig Pink #F3DDE5
RGB
CMYK
RGB Variations
Color information
#F3DDE5 (or 0xF3DDE5) is known color: Pig Pink. HEX triplet: F3, DD and E5. RGB value is (243,221,229). Sum of RGB (Red+Green+Blue) = 243+221+229=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDE5 is #0C221A. Grayscale: #E4E4E4. Windows color (decimal): -795163 or 15064563. OLE color: 15064563.
HSL color Cylindrical-coordinate representation of color #F3DDE5: hue angle of 338.18º 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 #F3DDE5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 229 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.05 |
| HSL | 338.18º | 0.48% | 0.91% | - |
| HSV(B) | 338.18º | 0.09% | 0.95% | - |
| XYZ | 76.96 | 76.42 | 84.82 | - |
| YUV | 228.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 229 | 0 | 0.09 | 0.06 | 0.05 | 338.18 | 0.48 | 0.91 |
| Hex | F3 | DD | E5 | 0 | 9 | 6 | 5 | 152 | 30 | 5B |
| Octal | 363 | 335 | 345 | 0 | 11 | 6 | 5 | 522 | 60 | 133 |
| Binary | 11110011 | 11011101 | 11100101 | 0 | 1001 | 110 | 101 | 101010010 | 110000 | 1011011 |
Color Harmonies of #F3DDE5
Complementary color
Monochromatic Colors of #F3DDE5
Black with #F3DDE5
Text Example
Text Example
White with #F3DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDE5; }
p { color: rgb(243,221,229); }
H1.HeaderClassName
{
color: #F3DDE5;
}
.AnyTagClassName
{
color: #F3DDE5;
}
</style>
background-color css
<style>
a { background-color: #F3DDE5; }
a { background-color: rgb(243,221,229); }
div.DivClassName
{
background-color: #F3DDE5;
}
.BgClassName
{
background-color: #F3DDE5;
}
</style>
border-color css
<style>
span { border-color: #F3DDE5; }
span { border-color: rgb(243,221,229); }
td.TdClassName
{
border-color: #F3DDE5;
}
.TagClassName
{
border-color: #F3DDE5;
}
</style>