Shades of Pig Pink #FFCEE8
Tints of Pig Pink #FFCEE8
RGB
CMYK
RGB Variations
Color information
#FFCEE8 (or 0xFFCEE8) is known color: Pig Pink. HEX triplet: FF, CE and E8. RGB value is (255,206,232). Sum of RGB (Red+Green+Blue) = 255+206+232=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEE8 is #003117. Grayscale: #DFDFDF. Windows color (decimal): -12568 or 15257343. OLE color: 15257343.
HSL color Cylindrical-coordinate representation of color #FFCEE8: hue angle of 328.16º 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 #FFCEE8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 232 | - |
| CMYK | 0 | 0.19 | 0.09 | 0 |
| HSL | 328.16º | 1% | 0.9% | - |
| HSV(B) | 328.16º | 0.19% | 1% | - |
| XYZ | 77.88 | 71.23 | 85.99 | - |
| YUV | 223.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 232 | 0 | 0.19 | 0.09 | 0 | 328.16 | 1 | 0.9 |
| Hex | FF | CE | E8 | 0 | 13 | 9 | 0 | 148 | 64 | 5A |
| Octal | 377 | 316 | 350 | 0 | 23 | 11 | 0 | 510 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11101000 | 0 | 10011 | 1001 | 0 | 101001000 | 1100100 | 1011010 |
Color Harmonies of #FFCEE8
Complementary color
Monochromatic Colors of #FFCEE8
Black with #FFCEE8
Text Example
Text Example
White with #FFCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEE8; }
p { color: rgb(255,206,232); }
H1.HeaderClassName
{
color: #FFCEE8;
}
.AnyTagClassName
{
color: #FFCEE8;
}
</style>
background-color css
<style>
a { background-color: #FFCEE8; }
a { background-color: rgb(255,206,232); }
div.DivClassName
{
background-color: #FFCEE8;
}
.BgClassName
{
background-color: #FFCEE8;
}
</style>
border-color css
<style>
span { border-color: #FFCEE8; }
span { border-color: rgb(255,206,232); }
td.TdClassName
{
border-color: #FFCEE8;
}
.TagClassName
{
border-color: #FFCEE8;
}
</style>