Shades of Pink #FFC3C9
Tints of Pink #FFC3C9
RGB
CMYK
RGB Variations
Color information
#FFC3C9 (or 0xFFC3C9) is known color: Pink. HEX triplet: FF, C3 and C9. RGB value is (255,195,201). Sum of RGB (Red+Green+Blue) = 255+195+201=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C9 is #003C36. Grayscale: #D5D5D5. Windows color (decimal): -15415 or 13222911. OLE color: 13222911.
HSL color Cylindrical-coordinate representation of color #FFC3C9: hue angle of 354º 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 #FFC3C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 201 | - |
| CMYK | 0 | 0.24 | 0.21 | 0 |
| HSL | 354º | 1% | 0.88% | - |
| HSV(B) | 354º | 0.24% | 1% | - |
| XYZ | 71.3 | 64.51 | 63.95 | - |
| YUV | 213.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 201 | 0 | 0.24 | 0.21 | 0 | 354 | 1 | 0.88 |
| Hex | FF | C3 | C9 | 0 | 18 | 15 | 0 | 162 | 64 | 58 |
| Octal | 377 | 303 | 311 | 0 | 30 | 25 | 0 | 542 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11001001 | 0 | 11000 | 10101 | 0 | 101100010 | 1100100 | 1011000 |
Color Harmonies of #FFC3C9
Complementary color
Monochromatic Colors of #FFC3C9
Black with #FFC3C9
Text Example
Text Example
White with #FFC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3C9; }
p { color: rgb(255,195,201); }
H1.HeaderClassName
{
color: #FFC3C9;
}
.AnyTagClassName
{
color: #FFC3C9;
}
</style>
background-color css
<style>
a { background-color: #FFC3C9; }
a { background-color: rgb(255,195,201); }
div.DivClassName
{
background-color: #FFC3C9;
}
.BgClassName
{
background-color: #FFC3C9;
}
</style>
border-color css
<style>
span { border-color: #FFC3C9; }
span { border-color: rgb(255,195,201); }
td.TdClassName
{
border-color: #FFC3C9;
}
.TagClassName
{
border-color: #FFC3C9;
}
</style>