Shades of Pig Pink #F6DAEA
Tints of Pig Pink #F6DAEA
RGB
CMYK
RGB Variations
Color information
#F6DAEA (or 0xF6DAEA) is known color: Pig Pink. HEX triplet: F6, DA and EA. RGB value is (246,218,234). Sum of RGB (Red+Green+Blue) = 246+218+234=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DAEA is #092515. Grayscale: #E4E4E4. Windows color (decimal): -599318 or 15391478. OLE color: 15391478.
HSL color Cylindrical-coordinate representation of color #F6DAEA: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DAEA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 234 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.04 |
| HSL | 325.71º | 0.61% | 0.91% | - |
| HSV(B) | 325.71º | 0.11% | 0.96% | - |
| XYZ | 77.93 | 75.68 | 88.34 | - |
| YUV | 228.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 234 | 0 | 0.11 | 0.05 | 0.04 | 325.71 | 0.61 | 0.91 |
| Hex | F6 | DA | EA | 0 | B | 5 | 4 | 146 | 3D | 5B |
| Octal | 366 | 332 | 352 | 0 | 13 | 5 | 4 | 506 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11101010 | 0 | 1011 | 101 | 100 | 101000110 | 111101 | 1011011 |
Color Harmonies of #F6DAEA
Complementary color
Monochromatic Colors of #F6DAEA
Black with #F6DAEA
Text Example
Text Example
White with #F6DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAEA; }
p { color: rgb(246,218,234); }
H1.HeaderClassName
{
color: #F6DAEA;
}
.AnyTagClassName
{
color: #F6DAEA;
}
</style>
background-color css
<style>
a { background-color: #F6DAEA; }
a { background-color: rgb(246,218,234); }
div.DivClassName
{
background-color: #F6DAEA;
}
.BgClassName
{
background-color: #F6DAEA;
}
</style>
border-color css
<style>
span { border-color: #F6DAEA; }
span { border-color: rgb(246,218,234); }
td.TdClassName
{
border-color: #F6DAEA;
}
.TagClassName
{
border-color: #F6DAEA;
}
</style>