Shades of Pig Pink #F3DAE4
Tints of Pig Pink #F3DAE4
RGB
CMYK
RGB Variations
Color information
#F3DAE4 (or 0xF3DAE4) is known color: Pig Pink. HEX triplet: F3, DA and E4. RGB value is (243,218,228). Sum of RGB (Red+Green+Blue) = 243+218+228=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAE4 is #0C251B. Grayscale: #E2E2E2. Windows color (decimal): -795932 or 14998259. OLE color: 14998259.
HSL color Cylindrical-coordinate representation of color #F3DAE4: hue angle of 336º 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 #F3DAE4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 218 | 228 | - |
CMYK | 0 | 0.10 | 0.06 | 0.05 |
HSL | 336º | 0.51% | 0.9% | - |
HSV(B) | 336º | 0.1% | 0.95% | - |
XYZ | 76.04 | 74.8 | 83.83 | - |
YUV | 226.62 | 128.78 | 139.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 218 | 228 | 0 | 0.10 | 0.06 | 0.05 | 336 | 0.51 | 0.9 |
Hex | F3 | DA | E4 | 0 | A | 6 | 5 | 150 | 33 | 5A |
Octal | 363 | 332 | 344 | 0 | 12 | 6 | 5 | 520 | 63 | 132 |
Binary | 11110011 | 11011010 | 11100100 | 0 | 1010 | 110 | 101 | 101010000 | 110011 | 1011010 |
Color Harmonies of #F3DAE4
Complementary color
Monochromatic Colors of #F3DAE4
Black with #F3DAE4
Text Example
Text Example
White with #F3DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAE4; }
p { color: rgb(243,218,228); }
H1.HeaderClassName
{
color: #F3DAE4;
}
.AnyTagClassName
{
color: #F3DAE4;
}
</style>
background-color css
<style>
a { background-color: #F3DAE4; }
a { background-color: rgb(243,218,228); }
div.DivClassName
{
background-color: #F3DAE4;
}
.BgClassName
{
background-color: #F3DAE4;
}
</style>
border-color css
<style>
span { border-color: #F3DAE4; }
span { border-color: rgb(243,218,228); }
td.TdClassName
{
border-color: #F3DAE4;
}
.TagClassName
{
border-color: #F3DAE4;
}
</style>