Shades of Pig Pink #FFCFE7
Tints of Pig Pink #FFCFE7
RGB
CMYK
RGB Variations
Color information
#FFCFE7 (or 0xFFCFE7) is known color: Pig Pink. HEX triplet: FF, CF and E7. RGB value is (255,207,231). Sum of RGB (Red+Green+Blue) = 255+207+231=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFE7 is #003018. Grayscale: #E0E0E0. Windows color (decimal): -12313 or 15192063. OLE color: 15192063.
HSL color Cylindrical-coordinate representation of color #FFCFE7: hue angle of 330º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFE7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 231 | - |
| CMYK | 0 | 0.19 | 0.09 | 0 |
| HSL | 330º | 1% | 0.91% | - |
| HSV(B) | 330º | 0.19% | 1% | - |
| XYZ | 77.98 | 71.66 | 85.32 | - |
| YUV | 224.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 231 | 0 | 0.19 | 0.09 | 0 | 330 | 1 | 0.91 |
| Hex | FF | CF | E7 | 0 | 13 | 9 | 0 | 14A | 64 | 5B |
| Octal | 377 | 317 | 347 | 0 | 23 | 11 | 0 | 512 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11100111 | 0 | 10011 | 1001 | 0 | 101001010 | 1100100 | 1011011 |
Color Harmonies of #FFCFE7
Complementary color
Monochromatic Colors of #FFCFE7
Black with #FFCFE7
Text Example
Text Example
White with #FFCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFE7; }
p { color: rgb(255,207,231); }
H1.HeaderClassName
{
color: #FFCFE7;
}
.AnyTagClassName
{
color: #FFCFE7;
}
</style>
background-color css
<style>
a { background-color: #FFCFE7; }
a { background-color: rgb(255,207,231); }
div.DivClassName
{
background-color: #FFCFE7;
}
.BgClassName
{
background-color: #FFCFE7;
}
</style>
border-color css
<style>
span { border-color: #FFCFE7; }
span { border-color: rgb(255,207,231); }
td.TdClassName
{
border-color: #FFCFE7;
}
.TagClassName
{
border-color: #FFCFE7;
}
</style>