Shades of Pig Pink #FFCEE5
Tints of Pig Pink #FFCEE5
RGB
CMYK
RGB Variations
Color information
#FFCEE5 (or 0xFFCEE5) is known color: Pig Pink. HEX triplet: FF, CE and E5. RGB value is (255,206,229). Sum of RGB (Red+Green+Blue) = 255+206+229=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEE5 is #00311A. Grayscale: #DFDFDF. Windows color (decimal): -12571 or 15060735. OLE color: 15060735.
HSL color Cylindrical-coordinate representation of color #FFCEE5: hue angle of 331.84º 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 #FFCEE5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 229 | - |
| CMYK | 0 | 0.19 | 0.10 | 0 |
| HSL | 331.84º | 1% | 0.9% | - |
| HSV(B) | 331.84º | 0.19% | 1% | - |
| XYZ | 77.45 | 71.06 | 83.76 | - |
| YUV | 223.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 229 | 0 | 0.19 | 0.10 | 0 | 331.84 | 1 | 0.9 |
| Hex | FF | CE | E5 | 0 | 13 | A | 0 | 14C | 64 | 5A |
| Octal | 377 | 316 | 345 | 0 | 23 | 12 | 0 | 514 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11100101 | 0 | 10011 | 1010 | 0 | 101001100 | 1100100 | 1011010 |
Color Harmonies of #FFCEE5
Complementary color
Monochromatic Colors of #FFCEE5
Black with #FFCEE5
Text Example
Text Example
White with #FFCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEE5; }
p { color: rgb(255,206,229); }
H1.HeaderClassName
{
color: #FFCEE5;
}
.AnyTagClassName
{
color: #FFCEE5;
}
</style>
background-color css
<style>
a { background-color: #FFCEE5; }
a { background-color: rgb(255,206,229); }
div.DivClassName
{
background-color: #FFCEE5;
}
.BgClassName
{
background-color: #FFCEE5;
}
</style>
border-color css
<style>
span { border-color: #FFCEE5; }
span { border-color: rgb(255,206,229); }
td.TdClassName
{
border-color: #FFCEE5;
}
.TagClassName
{
border-color: #FFCEE5;
}
</style>