Shades of Pig Pink #F8DAE6
Tints of Pig Pink #F8DAE6
RGB
CMYK
RGB Variations
Color information
#F8DAE6 (or 0xF8DAE6) is known color: Pig Pink. HEX triplet: F8, DA and E6. RGB value is (248,218,230). Sum of RGB (Red+Green+Blue) = 248+218+230=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 230 (90.23% from 255 or 33.05% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAE6 is #072519. Grayscale: #E4E4E4. Windows color (decimal): -468250 or 15129336. OLE color: 15129336.
HSL color Cylindrical-coordinate representation of color #F8DAE6: hue angle of 336º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DAE6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 230 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.03 |
| HSL | 336º | 0.68% | 0.91% | - |
| HSV(B) | 336º | 0.12% | 0.97% | - |
| XYZ | 78.07 | 75.81 | 85.38 | - |
| YUV | 228.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 230 | 0 | 0.12 | 0.07 | 0.03 | 336 | 0.68 | 0.91 |
| Hex | F8 | DA | E6 | 0 | C | 7 | 3 | 150 | 44 | 5B |
| Octal | 370 | 332 | 346 | 0 | 14 | 7 | 3 | 520 | 104 | 133 |
| Binary | 11111000 | 11011010 | 11100110 | 0 | 1100 | 111 | 11 | 101010000 | 1000100 | 1011011 |
Color Harmonies of #F8DAE6
Complementary color
Monochromatic Colors of #F8DAE6
Black with #F8DAE6
Text Example
Text Example
White with #F8DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAE6; }
p { color: rgb(248,218,230); }
H1.HeaderClassName
{
color: #F8DAE6;
}
.AnyTagClassName
{
color: #F8DAE6;
}
</style>
background-color css
<style>
a { background-color: #F8DAE6; }
a { background-color: rgb(248,218,230); }
div.DivClassName
{
background-color: #F8DAE6;
}
.BgClassName
{
background-color: #F8DAE6;
}
</style>
border-color css
<style>
span { border-color: #F8DAE6; }
span { border-color: rgb(248,218,230); }
td.TdClassName
{
border-color: #F8DAE6;
}
.TagClassName
{
border-color: #F8DAE6;
}
</style>