Shades of Pig Pink #FDD7E4
Tints of Pig Pink #FDD7E4
RGB
CMYK
RGB Variations
Color information
#FDD7E4 (or 0xFDD7E4) is known color: Pig Pink. HEX triplet: FD, D7 and E4. RGB value is (253,215,228). Sum of RGB (Red+Green+Blue) = 253+215+228=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7E4 is #02281B. Grayscale: #E3E3E3. Windows color (decimal): -141340 or 14997501. OLE color: 14997501.
HSL color Cylindrical-coordinate representation of color #FDD7E4: hue angle of 339.47º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7E4 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 228 | - |
CMYK | 0 | 0.15 | 0.10 | 0.01 |
HSL | 339.47º | 0.9% | 0.92% | - |
HSV(B) | 339.47º | 0.15% | 0.99% | - |
XYZ | 78.81 | 75.08 | 83.74 | - |
YUV | 227.84 | 128.09 | 145.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 228 | 0 | 0.15 | 0.10 | 0.01 | 339.47 | 0.9 | 0.92 |
Hex | FD | D7 | E4 | 0 | F | A | 1 | 153 | 5A | 5C |
Octal | 375 | 327 | 344 | 0 | 17 | 12 | 1 | 523 | 132 | 134 |
Binary | 11111101 | 11010111 | 11100100 | 0 | 1111 | 1010 | 1 | 101010011 | 1011010 | 1011100 |
Color Harmonies of #FDD7E4
Complementary color
Monochromatic Colors of #FDD7E4
Black with #FDD7E4
Text Example
Text Example
White with #FDD7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7E4; }
p { color: rgb(253,215,228); }
H1.HeaderClassName
{
color: #FDD7E4;
}
.AnyTagClassName
{
color: #FDD7E4;
}
</style>
background-color css
<style>
a { background-color: #FDD7E4; }
a { background-color: rgb(253,215,228); }
div.DivClassName
{
background-color: #FDD7E4;
}
.BgClassName
{
background-color: #FDD7E4;
}
</style>
border-color css
<style>
span { border-color: #FDD7E4; }
span { border-color: rgb(253,215,228); }
td.TdClassName
{
border-color: #FDD7E4;
}
.TagClassName
{
border-color: #FDD7E4;
}
</style>