Shades of Pig Pink #FFCEE6
Tints of Pig Pink #FFCEE6
RGB
CMYK
RGB Variations
Color information
#FFCEE6 (or 0xFFCEE6) is known color: Pig Pink. HEX triplet: FF, CE and E6. RGB value is (255,206,230). Sum of RGB (Red+Green+Blue) = 255+206+230=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEE6 is #003119. Grayscale: #DFDFDF. Windows color (decimal): -12570 or 15126271. OLE color: 15126271.
HSL color Cylindrical-coordinate representation of color #FFCEE6: hue angle of 330.61º 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 #FFCEE6 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 230 | - |
| CMYK | 0 | 0.19 | 0.10 | 0 |
| HSL | 330.61º | 1% | 0.9% | - |
| HSV(B) | 330.61º | 0.19% | 1% | - |
| XYZ | 77.59 | 71.12 | 84.5 | - |
| YUV | 223.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 230 | 0 | 0.19 | 0.10 | 0 | 330.61 | 1 | 0.9 |
| Hex | FF | CE | E6 | 0 | 13 | A | 0 | 14B | 64 | 5A |
| Octal | 377 | 316 | 346 | 0 | 23 | 12 | 0 | 513 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11100110 | 0 | 10011 | 1010 | 0 | 101001011 | 1100100 | 1011010 |
Color Harmonies of #FFCEE6
Complementary color
Monochromatic Colors of #FFCEE6
Black with #FFCEE6
Text Example
Text Example
White with #FFCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEE6; }
p { color: rgb(255,206,230); }
H1.HeaderClassName
{
color: #FFCEE6;
}
.AnyTagClassName
{
color: #FFCEE6;
}
</style>
background-color css
<style>
a { background-color: #FFCEE6; }
a { background-color: rgb(255,206,230); }
div.DivClassName
{
background-color: #FFCEE6;
}
.BgClassName
{
background-color: #FFCEE6;
}
</style>
border-color css
<style>
span { border-color: #FFCEE6; }
span { border-color: rgb(255,206,230); }
td.TdClassName
{
border-color: #FFCEE6;
}
.TagClassName
{
border-color: #FFCEE6;
}
</style>