Shades of Pig Pink #F3DAE5
Tints of Pig Pink #F3DAE5
RGB
CMYK
RGB Variations
Color information
#F3DAE5 (or 0xF3DAE5) is known color: Pig Pink. HEX triplet: F3, DA and E5. RGB value is (243,218,229). Sum of RGB (Red+Green+Blue) = 243+218+229=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAE5 is #0C251A. Grayscale: #E2E2E2. Windows color (decimal): -795931 or 15063795. OLE color: 15063795.
HSL color Cylindrical-coordinate representation of color #F3DAE5: hue angle of 333.6º 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 #F3DAE5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 229 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.05 |
| HSL | 333.6º | 0.51% | 0.9% | - |
| HSV(B) | 333.6º | 0.1% | 0.95% | - |
| XYZ | 76.18 | 74.85 | 84.56 | - |
| YUV | 226.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 229 | 0 | 0.10 | 0.06 | 0.05 | 333.6 | 0.51 | 0.9 |
| Hex | F3 | DA | E5 | 0 | A | 6 | 5 | 14E | 33 | 5A |
| Octal | 363 | 332 | 345 | 0 | 12 | 6 | 5 | 516 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11100101 | 0 | 1010 | 110 | 101 | 101001110 | 110011 | 1011010 |
Color Harmonies of #F3DAE5
Complementary color
Monochromatic Colors of #F3DAE5
Black with #F3DAE5
Text Example
Text Example
White with #F3DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAE5; }
p { color: rgb(243,218,229); }
H1.HeaderClassName
{
color: #F3DAE5;
}
.AnyTagClassName
{
color: #F3DAE5;
}
</style>
background-color css
<style>
a { background-color: #F3DAE5; }
a { background-color: rgb(243,218,229); }
div.DivClassName
{
background-color: #F3DAE5;
}
.BgClassName
{
background-color: #F3DAE5;
}
</style>
border-color css
<style>
span { border-color: #F3DAE5; }
span { border-color: rgb(243,218,229); }
td.TdClassName
{
border-color: #F3DAE5;
}
.TagClassName
{
border-color: #F3DAE5;
}
</style>