Shades of Pig Pink #FFCFEB
Tints of Pig Pink #FFCFEB
RGB
CMYK
RGB Variations
Color information
#FFCFEB (or 0xFFCFEB) is known color: Pig Pink. HEX triplet: FF, CF and EB. RGB value is (255,207,235). Sum of RGB (Red+Green+Blue) = 255+207+235=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFEB is #003014. Grayscale: #E0E0E0. Windows color (decimal): -12309 or 15454207. OLE color: 15454207.
HSL color Cylindrical-coordinate representation of color #FFCFEB: hue angle of 325º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFEB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 235 | - |
| CMYK | 0 | 0.19 | 0.08 | 0 |
| HSL | 325º | 1% | 0.91% | - |
| HSV(B) | 325º | 0.19% | 1% | - |
| XYZ | 78.55 | 71.88 | 88.33 | - |
| YUV | 224.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 235 | 0 | 0.19 | 0.08 | 0 | 325 | 1 | 0.91 |
| Hex | FF | CF | EB | 0 | 13 | 8 | 0 | 145 | 64 | 5B |
| Octal | 377 | 317 | 353 | 0 | 23 | 10 | 0 | 505 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11101011 | 0 | 10011 | 1000 | 0 | 101000101 | 1100100 | 1011011 |
Color Harmonies of #FFCFEB
Complementary color
Monochromatic Colors of #FFCFEB
Black with #FFCFEB
Text Example
Text Example
White with #FFCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFEB; }
p { color: rgb(255,207,235); }
H1.HeaderClassName
{
color: #FFCFEB;
}
.AnyTagClassName
{
color: #FFCFEB;
}
</style>
background-color css
<style>
a { background-color: #FFCFEB; }
a { background-color: rgb(255,207,235); }
div.DivClassName
{
background-color: #FFCFEB;
}
.BgClassName
{
background-color: #FFCFEB;
}
</style>
border-color css
<style>
span { border-color: #FFCFEB; }
span { border-color: rgb(255,207,235); }
td.TdClassName
{
border-color: #FFCFEB;
}
.TagClassName
{
border-color: #FFCFEB;
}
</style>