Shades of Pig Pink #FFCEE1
Tints of Pig Pink #FFCEE1
RGB
CMYK
RGB Variations
Color information
#FFCEE1 (or 0xFFCEE1) is known color: Pig Pink. HEX triplet: FF, CE and E1. RGB value is (255,206,225). Sum of RGB (Red+Green+Blue) = 255+206+225=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEE1 is #00311E. Grayscale: #DEDEDE. Windows color (decimal): -12575 or 14798591. OLE color: 14798591.
HSL color Cylindrical-coordinate representation of color #FFCEE1: hue angle of 336.73º 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 #FFCEE1 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 225 | - |
| CMYK | 0 | 0.19 | 0.12 | 0 |
| HSL | 336.73º | 1% | 0.9% | - |
| HSV(B) | 336.73º | 0.19% | 1% | - |
| XYZ | 76.9 | 70.84 | 80.85 | - |
| YUV | 222.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 225 | 0 | 0.19 | 0.12 | 0 | 336.73 | 1 | 0.9 |
| Hex | FF | CE | E1 | 0 | 13 | C | 0 | 151 | 64 | 5A |
| Octal | 377 | 316 | 341 | 0 | 23 | 14 | 0 | 521 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11100001 | 0 | 10011 | 1100 | 0 | 101010001 | 1100100 | 1011010 |
Color Harmonies of #FFCEE1
Complementary color
Monochromatic Colors of #FFCEE1
Black with #FFCEE1
Text Example
Text Example
White with #FFCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEE1; }
p { color: rgb(255,206,225); }
H1.HeaderClassName
{
color: #FFCEE1;
}
.AnyTagClassName
{
color: #FFCEE1;
}
</style>
background-color css
<style>
a { background-color: #FFCEE1; }
a { background-color: rgb(255,206,225); }
div.DivClassName
{
background-color: #FFCEE1;
}
.BgClassName
{
background-color: #FFCEE1;
}
</style>
border-color css
<style>
span { border-color: #FFCEE1; }
span { border-color: rgb(255,206,225); }
td.TdClassName
{
border-color: #FFCEE1;
}
.TagClassName
{
border-color: #FFCEE1;
}
</style>