Shades of Pig Pink #FFD7E8
Tints of Pig Pink #FFD7E8
RGB
CMYK
RGB Variations
Color information
#FFD7E8 (or 0xFFD7E8) is known color: Pig Pink. HEX triplet: FF, D7 and E8. RGB value is (255,215,232). Sum of RGB (Red+Green+Blue) = 255+215+232=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 215 (84.38% from 255 or 30.63% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7E8 is #002817. Grayscale: #E4E4E4. Windows color (decimal): -10264 or 15259647. OLE color: 15259647.
HSL color Cylindrical-coordinate representation of color #FFD7E8: hue angle of 334.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 #FFD7E8 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 232 | - |
| CMYK | 0 | 0.16 | 0.09 | 0 |
| HSL | 334.5º | 1% | 0.92% | - |
| HSV(B) | 334.5º | 0.16% | 1% | - |
| XYZ | 80.11 | 75.69 | 86.73 | - |
| YUV | 228.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 232 | 0 | 0.16 | 0.09 | 0 | 334.5 | 1 | 0.92 |
| Hex | FF | D7 | E8 | 0 | 10 | 9 | 0 | 14E | 64 | 5C |
| Octal | 377 | 327 | 350 | 0 | 20 | 11 | 0 | 516 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11101000 | 0 | 10000 | 1001 | 0 | 101001110 | 1100100 | 1011100 |
Color Harmonies of #FFD7E8
Complementary color
Monochromatic Colors of #FFD7E8
Black with #FFD7E8
Text Example
Text Example
White with #FFD7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7E8; }
p { color: rgb(255,215,232); }
H1.HeaderClassName
{
color: #FFD7E8;
}
.AnyTagClassName
{
color: #FFD7E8;
}
</style>
background-color css
<style>
a { background-color: #FFD7E8; }
a { background-color: rgb(255,215,232); }
div.DivClassName
{
background-color: #FFD7E8;
}
.BgClassName
{
background-color: #FFD7E8;
}
</style>
border-color css
<style>
span { border-color: #FFD7E8; }
span { border-color: rgb(255,215,232); }
td.TdClassName
{
border-color: #FFD7E8;
}
.TagClassName
{
border-color: #FFD7E8;
}
</style>