Shades of Pig Pink #FFD2F0
Tints of Pig Pink #FFD2F0
RGB
CMYK
RGB Variations
Color information
#FFD2F0 (or 0xFFD2F0) is known color: Pig Pink. HEX triplet: FF, D2 and F0. RGB value is (255,210,240). Sum of RGB (Red+Green+Blue) = 255+210+240=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 210 (82.42% from 255 or 29.79% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2F0 is #002D0F. Grayscale: #E2E2E2. Windows color (decimal): -11536 or 15782655. OLE color: 15782655.
HSL color Cylindrical-coordinate representation of color #FFD2F0: hue angle of 320º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2F0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 240 | - |
| CMYK | 0 | 0.18 | 0.06 | 0 |
| HSL | 320º | 1% | 0.91% | - |
| HSV(B) | 320º | 0.18% | 1% | - |
| XYZ | 80.01 | 73.64 | 92.44 | - |
| YUV | 226.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 240 | 0 | 0.18 | 0.06 | 0 | 320 | 1 | 0.91 |
| Hex | FF | D2 | F0 | 0 | 12 | 6 | 0 | 140 | 64 | 5B |
| Octal | 377 | 322 | 360 | 0 | 22 | 6 | 0 | 500 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11110000 | 0 | 10010 | 110 | 0 | 101000000 | 1100100 | 1011011 |
Color Harmonies of #FFD2F0
Complementary color
Monochromatic Colors of #FFD2F0
Black with #FFD2F0
Text Example
Text Example
White with #FFD2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2F0; }
p { color: rgb(255,210,240); }
H1.HeaderClassName
{
color: #FFD2F0;
}
.AnyTagClassName
{
color: #FFD2F0;
}
</style>
background-color css
<style>
a { background-color: #FFD2F0; }
a { background-color: rgb(255,210,240); }
div.DivClassName
{
background-color: #FFD2F0;
}
.BgClassName
{
background-color: #FFD2F0;
}
</style>
border-color css
<style>
span { border-color: #FFD2F0; }
span { border-color: rgb(255,210,240); }
td.TdClassName
{
border-color: #FFD2F0;
}
.TagClassName
{
border-color: #FFD2F0;
}
</style>