Shades of Pig Pink #F4DBED
Tints of Pig Pink #F4DBED
RGB
CMYK
RGB Variations
Color information
#F4DBED (or 0xF4DBED) is known color: Pig Pink. HEX triplet: F4, DB and ED. RGB value is (244,219,237). Sum of RGB (Red+Green+Blue) = 244+219+237=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBED is #0B2412. Grayscale: #E4E4E4. Windows color (decimal): -730131 or 15588340. OLE color: 15588340.
HSL color Cylindrical-coordinate representation of color #F4DBED: hue angle of 316.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBED is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 219 | 237 | - |
CMYK | 0 | 0.10 | 0.03 | 0.04 |
HSL | 316.8º | 0.53% | 0.91% | - |
HSV(B) | 316.8º | 0.1% | 0.96% | - |
XYZ | 77.93 | 76.01 | 90.69 | - |
YUV | 228.53 | 132.78 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 219 | 237 | 0 | 0.10 | 0.03 | 0.04 | 316.8 | 0.53 | 0.91 |
Hex | F4 | DB | ED | 0 | A | 3 | 4 | 13D | 35 | 5B |
Octal | 364 | 333 | 355 | 0 | 12 | 3 | 4 | 475 | 65 | 133 |
Binary | 11110100 | 11011011 | 11101101 | 0 | 1010 | 11 | 100 | 100111101 | 110101 | 1011011 |
Color Harmonies of #F4DBED
Complementary color
Monochromatic Colors of #F4DBED
Black with #F4DBED
Text Example
Text Example
White with #F4DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBED; }
p { color: rgb(244,219,237); }
H1.HeaderClassName
{
color: #F4DBED;
}
.AnyTagClassName
{
color: #F4DBED;
}
</style>
background-color css
<style>
a { background-color: #F4DBED; }
a { background-color: rgb(244,219,237); }
div.DivClassName
{
background-color: #F4DBED;
}
.BgClassName
{
background-color: #F4DBED;
}
</style>
border-color css
<style>
span { border-color: #F4DBED; }
span { border-color: rgb(244,219,237); }
td.TdClassName
{
border-color: #F4DBED;
}
.TagClassName
{
border-color: #F4DBED;
}
</style>