Shades of Pig Pink #F6DAE5
Tints of Pig Pink #F6DAE5
RGB
CMYK
RGB Variations
Color information
#F6DAE5 (or 0xF6DAE5) is known color: Pig Pink. HEX triplet: F6, DA and E5. RGB value is (246,218,229). Sum of RGB (Red+Green+Blue) = 246+218+229=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAE5 is #09251A. Grayscale: #E3E3E3. Windows color (decimal): -599323 or 15063798. OLE color: 15063798.
HSL color Cylindrical-coordinate representation of color #F6DAE5: hue angle of 336.43º 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 #F6DAE5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 229 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.04 |
| HSL | 336.43º | 0.61% | 0.91% | - |
| HSV(B) | 336.43º | 0.11% | 0.96% | - |
| XYZ | 77.22 | 75.39 | 84.61 | - |
| YUV | 227.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 229 | 0 | 0.11 | 0.07 | 0.04 | 336.43 | 0.61 | 0.91 |
| Hex | F6 | DA | E5 | 0 | B | 7 | 4 | 150 | 3D | 5B |
| Octal | 366 | 332 | 345 | 0 | 13 | 7 | 4 | 520 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11100101 | 0 | 1011 | 111 | 100 | 101010000 | 111101 | 1011011 |
Color Harmonies of #F6DAE5
Complementary color
Monochromatic Colors of #F6DAE5
Black with #F6DAE5
Text Example
Text Example
White with #F6DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAE5; }
p { color: rgb(246,218,229); }
H1.HeaderClassName
{
color: #F6DAE5;
}
.AnyTagClassName
{
color: #F6DAE5;
}
</style>
background-color css
<style>
a { background-color: #F6DAE5; }
a { background-color: rgb(246,218,229); }
div.DivClassName
{
background-color: #F6DAE5;
}
.BgClassName
{
background-color: #F6DAE5;
}
</style>
border-color css
<style>
span { border-color: #F6DAE5; }
span { border-color: rgb(246,218,229); }
td.TdClassName
{
border-color: #F6DAE5;
}
.TagClassName
{
border-color: #F6DAE5;
}
</style>