Shades of Pig Pink #FFD4F0
Tints of Pig Pink #FFD4F0
RGB
CMYK
RGB Variations
Color information
#FFD4F0 (or 0xFFD4F0) is known color: Pig Pink. HEX triplet: FF, D4 and F0. RGB value is (255,212,240). Sum of RGB (Red+Green+Blue) = 255+212+240=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 212 (83.20% from 255 or 29.99% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4F0 is #002B0F. Grayscale: #E3E3E3. Windows color (decimal): -11024 or 15783167. OLE color: 15783167.
HSL color Cylindrical-coordinate representation of color #FFD4F0: hue angle of 320.93º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4F0 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 240 | - |
| CMYK | 0 | 0.17 | 0.06 | 0 |
| HSL | 320.93º | 1% | 0.92% | - |
| HSV(B) | 320.93º | 0.17% | 1% | - |
| XYZ | 80.51 | 74.64 | 92.6 | - |
| YUV | 228.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 240 | 0 | 0.17 | 0.06 | 0 | 320.93 | 1 | 0.92 |
| Hex | FF | D4 | F0 | 0 | 11 | 6 | 0 | 141 | 64 | 5C |
| Octal | 377 | 324 | 360 | 0 | 21 | 6 | 0 | 501 | 144 | 134 |
| Binary | 11111111 | 11010100 | 11110000 | 0 | 10001 | 110 | 0 | 101000001 | 1100100 | 1011100 |
Color Harmonies of #FFD4F0
Complementary color
Monochromatic Colors of #FFD4F0
Black with #FFD4F0
Text Example
Text Example
White with #FFD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4F0; }
p { color: rgb(255,212,240); }
H1.HeaderClassName
{
color: #FFD4F0;
}
.AnyTagClassName
{
color: #FFD4F0;
}
</style>
background-color css
<style>
a { background-color: #FFD4F0; }
a { background-color: rgb(255,212,240); }
div.DivClassName
{
background-color: #FFD4F0;
}
.BgClassName
{
background-color: #FFD4F0;
}
</style>
border-color css
<style>
span { border-color: #FFD4F0; }
span { border-color: rgb(255,212,240); }
td.TdClassName
{
border-color: #FFD4F0;
}
.TagClassName
{
border-color: #FFD4F0;
}
</style>