Shades of Pig Pink #FFCFE0
Tints of Pig Pink #FFCFE0
RGB
CMYK
RGB Variations
Color information
#FFCFE0 (or 0xFFCFE0) is known color: Pig Pink. HEX triplet: FF, CF and E0. RGB value is (255,207,224). Sum of RGB (Red+Green+Blue) = 255+207+224=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE0 is #00301F. Grayscale: #DFDFDF. Windows color (decimal): -12320 or 14733311. OLE color: 14733311.
HSL color Cylindrical-coordinate representation of color #FFCFE0: hue angle of 338.75º 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 #FFCFE0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 224 | - |
| CMYK | 0 | 0.19 | 0.12 | 0 |
| HSL | 338.75º | 1% | 0.91% | - |
| HSV(B) | 338.75º | 0.19% | 1% | - |
| XYZ | 77.01 | 71.27 | 80.22 | - |
| YUV | 223.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 224 | 0 | 0.19 | 0.12 | 0 | 338.75 | 1 | 0.91 |
| Hex | FF | CF | E0 | 0 | 13 | C | 0 | 153 | 64 | 5B |
| Octal | 377 | 317 | 340 | 0 | 23 | 14 | 0 | 523 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11100000 | 0 | 10011 | 1100 | 0 | 101010011 | 1100100 | 1011011 |
Color Harmonies of #FFCFE0
Complementary color
Monochromatic Colors of #FFCFE0
Black with #FFCFE0
Text Example
Text Example
White with #FFCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFE0; }
p { color: rgb(255,207,224); }
H1.HeaderClassName
{
color: #FFCFE0;
}
.AnyTagClassName
{
color: #FFCFE0;
}
</style>
background-color css
<style>
a { background-color: #FFCFE0; }
a { background-color: rgb(255,207,224); }
div.DivClassName
{
background-color: #FFCFE0;
}
.BgClassName
{
background-color: #FFCFE0;
}
</style>
border-color css
<style>
span { border-color: #FFCFE0; }
span { border-color: rgb(255,207,224); }
td.TdClassName
{
border-color: #FFCFE0;
}
.TagClassName
{
border-color: #FFCFE0;
}
</style>