Shades of Pig Pink #FFCFF0
Tints of Pig Pink #FFCFF0
RGB
CMYK
RGB Variations
Color information
#FFCFF0 (or 0xFFCFF0) is known color: Pig Pink. HEX triplet: FF, CF and F0. RGB value is (255,207,240). Sum of RGB (Red+Green+Blue) = 255+207+240=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF0 is #00300F. Grayscale: #E1E1E1. Windows color (decimal): -12304 or 15781887. OLE color: 15781887.
HSL color Cylindrical-coordinate representation of color #FFCFF0: hue angle of 318.75º 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 #FFCFF0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 240 | - |
| CMYK | 0 | 0.19 | 0.06 | 0 |
| HSL | 318.75º | 1% | 0.91% | - |
| HSV(B) | 318.75º | 0.19% | 1% | - |
| XYZ | 79.28 | 72.18 | 92.19 | - |
| YUV | 225.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 240 | 0 | 0.19 | 0.06 | 0 | 318.75 | 1 | 0.91 |
| Hex | FF | CF | F0 | 0 | 13 | 6 | 0 | 13F | 64 | 5B |
| Octal | 377 | 317 | 360 | 0 | 23 | 6 | 0 | 477 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11110000 | 0 | 10011 | 110 | 0 | 100111111 | 1100100 | 1011011 |
Color Harmonies of #FFCFF0
Complementary color
Monochromatic Colors of #FFCFF0
Black with #FFCFF0
Text Example
Text Example
White with #FFCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF0; }
p { color: rgb(255,207,240); }
H1.HeaderClassName
{
color: #FFCFF0;
}
.AnyTagClassName
{
color: #FFCFF0;
}
</style>
background-color css
<style>
a { background-color: #FFCFF0; }
a { background-color: rgb(255,207,240); }
div.DivClassName
{
background-color: #FFCFF0;
}
.BgClassName
{
background-color: #FFCFF0;
}
</style>
border-color css
<style>
span { border-color: #FFCFF0; }
span { border-color: rgb(255,207,240); }
td.TdClassName
{
border-color: #FFCFF0;
}
.TagClassName
{
border-color: #FFCFF0;
}
</style>