Shades of Pig Pink #F5DBED
Tints of Pig Pink #F5DBED
RGB
CMYK
RGB Variations
Color information
#F5DBED (or 0xF5DBED) is known color: Pig Pink. HEX triplet: F5, DB and ED. RGB value is (245,219,237). Sum of RGB (Red+Green+Blue) = 245+219+237=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBED is #0A2412. Grayscale: #E4E4E4. Windows color (decimal): -664595 or 15588341. OLE color: 15588341.
HSL color Cylindrical-coordinate representation of color #F5DBED: hue angle of 318.46º 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 #F5DBED is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 219 | 237 | - |
CMYK | 0 | 0.11 | 0.03 | 0.04 |
HSL | 318.46º | 0.57% | 0.91% | - |
HSV(B) | 318.46º | 0.11% | 0.96% | - |
XYZ | 78.27 | 76.19 | 90.7 | - |
YUV | 228.83 | 132.61 | 139.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 219 | 237 | 0 | 0.11 | 0.03 | 0.04 | 318.46 | 0.57 | 0.91 |
Hex | F5 | DB | ED | 0 | B | 3 | 4 | 13E | 39 | 5B |
Octal | 365 | 333 | 355 | 0 | 13 | 3 | 4 | 476 | 71 | 133 |
Binary | 11110101 | 11011011 | 11101101 | 0 | 1011 | 11 | 100 | 100111110 | 111001 | 1011011 |
Color Harmonies of #F5DBED
Complementary color
Monochromatic Colors of #F5DBED
Black with #F5DBED
Text Example
Text Example
White with #F5DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBED; }
p { color: rgb(245,219,237); }
H1.HeaderClassName
{
color: #F5DBED;
}
.AnyTagClassName
{
color: #F5DBED;
}
</style>
background-color css
<style>
a { background-color: #F5DBED; }
a { background-color: rgb(245,219,237); }
div.DivClassName
{
background-color: #F5DBED;
}
.BgClassName
{
background-color: #F5DBED;
}
</style>
border-color css
<style>
span { border-color: #F5DBED; }
span { border-color: rgb(245,219,237); }
td.TdClassName
{
border-color: #F5DBED;
}
.TagClassName
{
border-color: #F5DBED;
}
</style>