Shades of Pig Pink #FFCFF1
Tints of Pig Pink #FFCFF1
RGB
CMYK
RGB Variations
Color information
#FFCFF1 (or 0xFFCFF1) is known color: Pig Pink. HEX triplet: FF, CF and F1. RGB value is (255,207,241). Sum of RGB (Red+Green+Blue) = 255+207+241=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF1 is #00300E. Grayscale: #E1E1E1. Windows color (decimal): -12303 or 15847423. OLE color: 15847423.
HSL color Cylindrical-coordinate representation of color #FFCFF1: hue angle of 317.5º 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 #FFCFF1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 241 | - |
| CMYK | 0 | 0.19 | 0.05 | 0 |
| HSL | 317.5º | 1% | 0.91% | - |
| HSV(B) | 317.5º | 0.19% | 1% | - |
| XYZ | 79.43 | 72.24 | 92.98 | - |
| YUV | 225.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 241 | 0 | 0.19 | 0.05 | 0 | 317.5 | 1 | 0.91 |
| Hex | FF | CF | F1 | 0 | 13 | 5 | 0 | 13E | 64 | 5B |
| Octal | 377 | 317 | 361 | 0 | 23 | 5 | 0 | 476 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11110001 | 0 | 10011 | 101 | 0 | 100111110 | 1100100 | 1011011 |
Color Harmonies of #FFCFF1
Complementary color
Monochromatic Colors of #FFCFF1
Black with #FFCFF1
Text Example
Text Example
White with #FFCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFF1; }
p { color: rgb(255,207,241); }
H1.HeaderClassName
{
color: #FFCFF1;
}
.AnyTagClassName
{
color: #FFCFF1;
}
</style>
background-color css
<style>
a { background-color: #FFCFF1; }
a { background-color: rgb(255,207,241); }
div.DivClassName
{
background-color: #FFCFF1;
}
.BgClassName
{
background-color: #FFCFF1;
}
</style>
border-color css
<style>
span { border-color: #FFCFF1; }
span { border-color: rgb(255,207,241); }
td.TdClassName
{
border-color: #FFCFF1;
}
.TagClassName
{
border-color: #FFCFF1;
}
</style>