Shades of Pig Pink #F3DAE7
Tints of Pig Pink #F3DAE7
RGB
CMYK
RGB Variations
Color information
#F3DAE7 (or 0xF3DAE7) is known color: Pig Pink. HEX triplet: F3, DA and E7. RGB value is (243,218,231). Sum of RGB (Red+Green+Blue) = 243+218+231=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAE7 is #0C2518. Grayscale: #E2E2E2. Windows color (decimal): -795929 or 15194867. OLE color: 15194867.
HSL color Cylindrical-coordinate representation of color #F3DAE7: hue angle of 328.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DAE7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 231 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.05 |
| HSL | 328.8º | 0.51% | 0.9% | - |
| HSV(B) | 328.8º | 0.1% | 0.95% | - |
| XYZ | 76.46 | 74.97 | 86.04 | - |
| YUV | 226.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 231 | 0 | 0.10 | 0.05 | 0.05 | 328.8 | 0.51 | 0.9 |
| Hex | F3 | DA | E7 | 0 | A | 5 | 5 | 149 | 33 | 5A |
| Octal | 363 | 332 | 347 | 0 | 12 | 5 | 5 | 511 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11100111 | 0 | 1010 | 101 | 101 | 101001001 | 110011 | 1011010 |
Color Harmonies of #F3DAE7
Complementary color
Monochromatic Colors of #F3DAE7
Black with #F3DAE7
Text Example
Text Example
White with #F3DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAE7; }
p { color: rgb(243,218,231); }
H1.HeaderClassName
{
color: #F3DAE7;
}
.AnyTagClassName
{
color: #F3DAE7;
}
</style>
background-color css
<style>
a { background-color: #F3DAE7; }
a { background-color: rgb(243,218,231); }
div.DivClassName
{
background-color: #F3DAE7;
}
.BgClassName
{
background-color: #F3DAE7;
}
</style>
border-color css
<style>
span { border-color: #F3DAE7; }
span { border-color: rgb(243,218,231); }
td.TdClassName
{
border-color: #F3DAE7;
}
.TagClassName
{
border-color: #F3DAE7;
}
</style>