Shades of Pig Pink #F5DBEA
Tints of Pig Pink #F5DBEA
RGB
CMYK
RGB Variations
Color information
#F5DBEA (or 0xF5DBEA) is known color: Pig Pink. HEX triplet: F5, DB and EA. RGB value is (245,219,234). Sum of RGB (Red+Green+Blue) = 245+219+234=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBEA is #0A2415. Grayscale: #E4E4E4. Windows color (decimal): -664598 or 15391733. OLE color: 15391733.
HSL color Cylindrical-coordinate representation of color #F5DBEA: hue angle of 325.38º degrees, saturation: 0.57, 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 #F5DBEA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 234 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.04 |
| HSL | 325.38º | 0.57% | 0.91% | - |
| HSV(B) | 325.38º | 0.11% | 0.96% | - |
| XYZ | 77.84 | 76.02 | 88.41 | - |
| YUV | 228.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 234 | 0 | 0.11 | 0.04 | 0.04 | 325.38 | 0.57 | 0.91 |
| Hex | F5 | DB | EA | 0 | B | 4 | 4 | 145 | 39 | 5B |
| Octal | 365 | 333 | 352 | 0 | 13 | 4 | 4 | 505 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11101010 | 0 | 1011 | 100 | 100 | 101000101 | 111001 | 1011011 |
Color Harmonies of #F5DBEA
Complementary color
Monochromatic Colors of #F5DBEA
Black with #F5DBEA
Text Example
Text Example
White with #F5DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBEA; }
p { color: rgb(245,219,234); }
H1.HeaderClassName
{
color: #F5DBEA;
}
.AnyTagClassName
{
color: #F5DBEA;
}
</style>
background-color css
<style>
a { background-color: #F5DBEA; }
a { background-color: rgb(245,219,234); }
div.DivClassName
{
background-color: #F5DBEA;
}
.BgClassName
{
background-color: #F5DBEA;
}
</style>
border-color css
<style>
span { border-color: #F5DBEA; }
span { border-color: rgb(245,219,234); }
td.TdClassName
{
border-color: #F5DBEA;
}
.TagClassName
{
border-color: #F5DBEA;
}
</style>