Shades of Pig Pink #FFD7F2
Tints of Pig Pink #FFD7F2
RGB
CMYK
RGB Variations
Color information
#FFD7F2 (or 0xFFD7F2) is known color: Pig Pink. HEX triplet: FF, D7 and F2. RGB value is (255,215,242). Sum of RGB (Red+Green+Blue) = 255+215+242=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 215 (84.38% from 255 or 30.20% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7F2 is #00280D. Grayscale: #E5E5E5. Windows color (decimal): -10254 or 15915007. OLE color: 15915007.
HSL color Cylindrical-coordinate representation of color #FFD7F2: hue angle of 319.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7F2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 242 | - |
| CMYK | 0 | 0.16 | 0.05 | 0 |
| HSL | 319.5º | 1% | 0.92% | - |
| HSV(B) | 319.5º | 0.16% | 1% | - |
| XYZ | 81.57 | 76.27 | 94.43 | - |
| YUV | 230.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 242 | 0 | 0.16 | 0.05 | 0 | 319.5 | 1 | 0.92 |
| Hex | FF | D7 | F2 | 0 | 10 | 5 | 0 | 140 | 64 | 5C |
| Octal | 377 | 327 | 362 | 0 | 20 | 5 | 0 | 500 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11110010 | 0 | 10000 | 101 | 0 | 101000000 | 1100100 | 1011100 |
Color Harmonies of #FFD7F2
Complementary color
Monochromatic Colors of #FFD7F2
Black with #FFD7F2
Text Example
Text Example
White with #FFD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7F2; }
p { color: rgb(255,215,242); }
H1.HeaderClassName
{
color: #FFD7F2;
}
.AnyTagClassName
{
color: #FFD7F2;
}
</style>
background-color css
<style>
a { background-color: #FFD7F2; }
a { background-color: rgb(255,215,242); }
div.DivClassName
{
background-color: #FFD7F2;
}
.BgClassName
{
background-color: #FFD7F2;
}
</style>
border-color css
<style>
span { border-color: #FFD7F2; }
span { border-color: rgb(255,215,242); }
td.TdClassName
{
border-color: #FFD7F2;
}
.TagClassName
{
border-color: #FFD7F2;
}
</style>