Shades of Your Pink #FFCFC1
Tints of Your Pink #FFCFC1
RGB
CMYK
RGB Variations
Color information
#FFCFC1 (or 0xFFCFC1) is known color: Your Pink. HEX triplet: FF, CF and C1. RGB value is (255,207,193). Sum of RGB (Red+Green+Blue) = 255+207+193=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC1 is #00303E. Grayscale: #DBDBDB. Windows color (decimal): -12351 or 12701695. OLE color: 12701695.
HSL color Cylindrical-coordinate representation of color #FFCFC1: hue angle of 13.55º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCFC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 193 | - |
| CMYK | 0 | 0.19 | 0.24 | 0 |
| HSL | 13.55º | 1% | 0.88% | - |
| HSV(B) | 13.55º | 0.24% | 1% | - |
| XYZ | 73.18 | 69.74 | 60.06 | - |
| YUV | 219.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 193 | 0 | 0.19 | 0.24 | 0 | 13.55 | 1 | 0.88 |
| Hex | FF | CF | C1 | 0 | 13 | 18 | 0 | E | 64 | 58 |
| Octal | 377 | 317 | 301 | 0 | 23 | 30 | 0 | 16 | 144 | 130 |
| Binary | 11111111 | 11001111 | 11000001 | 0 | 10011 | 11000 | 0 | 1110 | 1100100 | 1011000 |
Color Harmonies of #FFCFC1
Complementary color
Monochromatic Colors of #FFCFC1
Black with #FFCFC1
Text Example
Text Example
White with #FFCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFC1; }
p { color: rgb(255,207,193); }
H1.HeaderClassName
{
color: #FFCFC1;
}
.AnyTagClassName
{
color: #FFCFC1;
}
</style>
background-color css
<style>
a { background-color: #FFCFC1; }
a { background-color: rgb(255,207,193); }
div.DivClassName
{
background-color: #FFCFC1;
}
.BgClassName
{
background-color: #FFCFC1;
}
</style>
border-color css
<style>
span { border-color: #FFCFC1; }
span { border-color: rgb(255,207,193); }
td.TdClassName
{
border-color: #FFCFC1;
}
.TagClassName
{
border-color: #FFCFC1;
}
</style>