Shades of Pig Pink #FFCFE4
Tints of Pig Pink #FFCFE4
RGB
CMYK
RGB Variations
Color information
#FFCFE4 (or 0xFFCFE4) is known color: Pig Pink. HEX triplet: FF, CF and E4. RGB value is (255,207,228). Sum of RGB (Red+Green+Blue) = 255+207+228=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE4 is #00301B. Grayscale: #DFDFDF. Windows color (decimal): -12316 or 14995455. OLE color: 14995455.
HSL color Cylindrical-coordinate representation of color #FFCFE4: hue angle of 333.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 #FFCFE4 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 228 | - |
| CMYK | 0 | 0.19 | 0.11 | 0 |
| HSL | 333.75º | 1% | 0.91% | - |
| HSV(B) | 333.75º | 0.19% | 1% | - |
| XYZ | 77.56 | 71.49 | 83.11 | - |
| YUV | 223.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 228 | 0 | 0.19 | 0.11 | 0 | 333.75 | 1 | 0.91 |
| Hex | FF | CF | E4 | 0 | 13 | B | 0 | 14E | 64 | 5B |
| Octal | 377 | 317 | 344 | 0 | 23 | 13 | 0 | 516 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11100100 | 0 | 10011 | 1011 | 0 | 101001110 | 1100100 | 1011011 |
Color Harmonies of #FFCFE4
Complementary color
Monochromatic Colors of #FFCFE4
Black with #FFCFE4
Text Example
Text Example
White with #FFCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFE4; }
p { color: rgb(255,207,228); }
H1.HeaderClassName
{
color: #FFCFE4;
}
.AnyTagClassName
{
color: #FFCFE4;
}
</style>
background-color css
<style>
a { background-color: #FFCFE4; }
a { background-color: rgb(255,207,228); }
div.DivClassName
{
background-color: #FFCFE4;
}
.BgClassName
{
background-color: #FFCFE4;
}
</style>
border-color css
<style>
span { border-color: #FFCFE4; }
span { border-color: rgb(255,207,228); }
td.TdClassName
{
border-color: #FFCFE4;
}
.TagClassName
{
border-color: #FFCFE4;
}
</style>