Shades of Pig Pink #FFCEE4
Tints of Pig Pink #FFCEE4
RGB
CMYK
RGB Variations
Color information
#FFCEE4 (or 0xFFCEE4) is known color: Pig Pink. HEX triplet: FF, CE and E4. RGB value is (255,206,228). Sum of RGB (Red+Green+Blue) = 255+206+228=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEE4 is #00311B. Grayscale: #DFDFDF. Windows color (decimal): -12572 or 14995199. OLE color: 14995199.
HSL color Cylindrical-coordinate representation of color #FFCEE4: hue angle of 333.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEE4 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 228 | - |
| CMYK | 0 | 0.19 | 0.11 | 0 |
| HSL | 333.06º | 1% | 0.9% | - |
| HSV(B) | 333.06º | 0.19% | 1% | - |
| XYZ | 77.31 | 71 | 83.03 | - |
| YUV | 223.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 228 | 0 | 0.19 | 0.11 | 0 | 333.06 | 1 | 0.9 |
| Hex | FF | CE | E4 | 0 | 13 | B | 0 | 14D | 64 | 5A |
| Octal | 377 | 316 | 344 | 0 | 23 | 13 | 0 | 515 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11100100 | 0 | 10011 | 1011 | 0 | 101001101 | 1100100 | 1011010 |
Color Harmonies of #FFCEE4
Complementary color
Monochromatic Colors of #FFCEE4
Black with #FFCEE4
Text Example
Text Example
White with #FFCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEE4; }
p { color: rgb(255,206,228); }
H1.HeaderClassName
{
color: #FFCEE4;
}
.AnyTagClassName
{
color: #FFCEE4;
}
</style>
background-color css
<style>
a { background-color: #FFCEE4; }
a { background-color: rgb(255,206,228); }
div.DivClassName
{
background-color: #FFCEE4;
}
.BgClassName
{
background-color: #FFCEE4;
}
</style>
border-color css
<style>
span { border-color: #FFCEE4; }
span { border-color: rgb(255,206,228); }
td.TdClassName
{
border-color: #FFCEE4;
}
.TagClassName
{
border-color: #FFCEE4;
}
</style>