Shades of Pig Pink #FDCFE7
Tints of Pig Pink #FDCFE7
RGB
CMYK
RGB Variations
Color information
#FDCFE7 (or 0xFDCFE7) is known color: Pig Pink. HEX triplet: FD, CF and E7. RGB value is (253,207,231). Sum of RGB (Red+Green+Blue) = 253+207+231=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE7 is #023018. Grayscale: #DFDFDF. Windows color (decimal): -143385 or 15192061. OLE color: 15192061.
HSL color Cylindrical-coordinate representation of color #FDCFE7: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFE7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 231 | - |
CMYK | 0 | 0.18 | 0.09 | 0.01 |
HSL | 328.7º | 0.92% | 0.9% | - |
HSV(B) | 328.7º | 0.18% | 0.99% | - |
XYZ | 77.24 | 71.28 | 85.29 | - |
YUV | 223.49 | 132.24 | 149.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 231 | 0 | 0.18 | 0.09 | 0.01 | 328.7 | 0.92 | 0.9 |
Hex | FD | CF | E7 | 0 | 12 | 9 | 1 | 149 | 5C | 5A |
Octal | 375 | 317 | 347 | 0 | 22 | 11 | 1 | 511 | 134 | 132 |
Binary | 11111101 | 11001111 | 11100111 | 0 | 10010 | 1001 | 1 | 101001001 | 1011100 | 1011010 |
Color Harmonies of #FDCFE7
Complementary color
Monochromatic Colors of #FDCFE7
Black with #FDCFE7
Text Example
Text Example
White with #FDCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFE7; }
p { color: rgb(253,207,231); }
H1.HeaderClassName
{
color: #FDCFE7;
}
.AnyTagClassName
{
color: #FDCFE7;
}
</style>
background-color css
<style>
a { background-color: #FDCFE7; }
a { background-color: rgb(253,207,231); }
div.DivClassName
{
background-color: #FDCFE7;
}
.BgClassName
{
background-color: #FDCFE7;
}
</style>
border-color css
<style>
span { border-color: #FDCFE7; }
span { border-color: rgb(253,207,231); }
td.TdClassName
{
border-color: #FDCFE7;
}
.TagClassName
{
border-color: #FDCFE7;
}
</style>