Shades of Pig Pink #FFCFEA
Tints of Pig Pink #FFCFEA
RGB
CMYK
RGB Variations
Color information
#FFCFEA (or 0xFFCFEA) is known color: Pig Pink. HEX triplet: FF, CF and EA. RGB value is (255,207,234). Sum of RGB (Red+Green+Blue) = 255+207+234=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFEA is #003015. Grayscale: #E0E0E0. Windows color (decimal): -12310 or 15388671. OLE color: 15388671.
HSL color Cylindrical-coordinate representation of color #FFCFEA: hue angle of 326.25º 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 #FFCFEA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 234 | - |
| CMYK | 0 | 0.19 | 0.08 | 0 |
| HSL | 326.25º | 1% | 0.91% | - |
| HSV(B) | 326.25º | 0.19% | 1% | - |
| XYZ | 78.4 | 71.83 | 87.57 | - |
| YUV | 224.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 234 | 0 | 0.19 | 0.08 | 0 | 326.25 | 1 | 0.91 |
| Hex | FF | CF | EA | 0 | 13 | 8 | 0 | 146 | 64 | 5B |
| Octal | 377 | 317 | 352 | 0 | 23 | 10 | 0 | 506 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11101010 | 0 | 10011 | 1000 | 0 | 101000110 | 1100100 | 1011011 |
Color Harmonies of #FFCFEA
Complementary color
Monochromatic Colors of #FFCFEA
Black with #FFCFEA
Text Example
Text Example
White with #FFCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFEA; }
p { color: rgb(255,207,234); }
H1.HeaderClassName
{
color: #FFCFEA;
}
.AnyTagClassName
{
color: #FFCFEA;
}
</style>
background-color css
<style>
a { background-color: #FFCFEA; }
a { background-color: rgb(255,207,234); }
div.DivClassName
{
background-color: #FFCFEA;
}
.BgClassName
{
background-color: #FFCFEA;
}
</style>
border-color css
<style>
span { border-color: #FFCFEA; }
span { border-color: rgb(255,207,234); }
td.TdClassName
{
border-color: #FFCFEA;
}
.TagClassName
{
border-color: #FFCFEA;
}
</style>