Shades of Pink #FFC3CF
Tints of Pink #FFC3CF
RGB
CMYK
RGB Variations
Color information
#FFC3CF (or 0xFFC3CF) is known color: Pink. HEX triplet: FF, C3 and CF. RGB value is (255,195,207). Sum of RGB (Red+Green+Blue) = 255+195+207=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3CF is #003C30. Grayscale: #D6D6D6. Windows color (decimal): -15409 or 13616127. OLE color: 13616127.
HSL color Cylindrical-coordinate representation of color #FFC3CF: hue angle of 348º 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 #FFC3CF is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 207 | - |
| CMYK | 0 | 0.24 | 0.19 | 0 |
| HSL | 348º | 1% | 0.88% | - |
| HSV(B) | 348º | 0.24% | 1% | - |
| XYZ | 72.02 | 64.8 | 67.74 | - |
| YUV | 214.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 207 | 0 | 0.24 | 0.19 | 0 | 348 | 1 | 0.88 |
| Hex | FF | C3 | CF | 0 | 18 | 13 | 0 | 15C | 64 | 58 |
| Octal | 377 | 303 | 317 | 0 | 30 | 23 | 0 | 534 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11001111 | 0 | 11000 | 10011 | 0 | 101011100 | 1100100 | 1011000 |
Color Harmonies of #FFC3CF
Complementary color
Monochromatic Colors of #FFC3CF
Black with #FFC3CF
Text Example
Text Example
White with #FFC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3CF; }
p { color: rgb(255,195,207); }
H1.HeaderClassName
{
color: #FFC3CF;
}
.AnyTagClassName
{
color: #FFC3CF;
}
</style>
background-color css
<style>
a { background-color: #FFC3CF; }
a { background-color: rgb(255,195,207); }
div.DivClassName
{
background-color: #FFC3CF;
}
.BgClassName
{
background-color: #FFC3CF;
}
</style>
border-color css
<style>
span { border-color: #FFC3CF; }
span { border-color: rgb(255,195,207); }
td.TdClassName
{
border-color: #FFC3CF;
}
.TagClassName
{
border-color: #FFC3CF;
}
</style>