Shades of Pig Pink #FFCDE7
Tints of Pig Pink #FFCDE7
RGB
CMYK
RGB Variations
Color information
#FFCDE7 (or 0xFFCDE7) is known color: Pig Pink. HEX triplet: FF, CD and E7. RGB value is (255,205,231). Sum of RGB (Red+Green+Blue) = 255+205+231=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDE7 is #003218. Grayscale: #DEDEDE. Windows color (decimal): -12825 or 15191551. OLE color: 15191551.
HSL color Cylindrical-coordinate representation of color #FFCDE7: hue angle of 328.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDE7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 231 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 328.8º | 1% | 0.9% | - |
| HSV(B) | 328.8º | 0.2% | 1% | - |
| XYZ | 77.5 | 70.69 | 85.16 | - |
| YUV | 222.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 231 | 0 | 0.20 | 0.09 | 0 | 328.8 | 1 | 0.9 |
| Hex | FF | CD | E7 | 0 | 14 | 9 | 0 | 149 | 64 | 5A |
| Octal | 377 | 315 | 347 | 0 | 24 | 11 | 0 | 511 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11100111 | 0 | 10100 | 1001 | 0 | 101001001 | 1100100 | 1011010 |
Color Harmonies of #FFCDE7
Complementary color
Monochromatic Colors of #FFCDE7
Black with #FFCDE7
Text Example
Text Example
White with #FFCDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDE7; }
p { color: rgb(255,205,231); }
H1.HeaderClassName
{
color: #FFCDE7;
}
.AnyTagClassName
{
color: #FFCDE7;
}
</style>
background-color css
<style>
a { background-color: #FFCDE7; }
a { background-color: rgb(255,205,231); }
div.DivClassName
{
background-color: #FFCDE7;
}
.BgClassName
{
background-color: #FFCDE7;
}
</style>
border-color css
<style>
span { border-color: #FFCDE7; }
span { border-color: rgb(255,205,231); }
td.TdClassName
{
border-color: #FFCDE7;
}
.TagClassName
{
border-color: #FFCDE7;
}
</style>