Shades of Pink #FFC3D0
Tints of Pink #FFC3D0
RGB
CMYK
RGB Variations
Color information
#FFC3D0 (or 0xFFC3D0) is known color: Pink. HEX triplet: FF, C3 and D0. RGB value is (255,195,208). Sum of RGB (Red+Green+Blue) = 255+195+208=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3D0 is #003C2F. Grayscale: #D6D6D6. Windows color (decimal): -15408 or 13681663. OLE color: 13681663.
HSL color Cylindrical-coordinate representation of color #FFC3D0: hue angle of 347º 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 #FFC3D0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 208 | - |
| CMYK | 0 | 0.24 | 0.18 | 0 |
| HSL | 347º | 1% | 0.88% | - |
| HSV(B) | 347º | 0.24% | 1% | - |
| XYZ | 72.14 | 64.84 | 68.39 | - |
| YUV | 214.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 208 | 0 | 0.24 | 0.18 | 0 | 347 | 1 | 0.88 |
| Hex | FF | C3 | D0 | 0 | 18 | 12 | 0 | 15B | 64 | 58 |
| Octal | 377 | 303 | 320 | 0 | 30 | 22 | 0 | 533 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11010000 | 0 | 11000 | 10010 | 0 | 101011011 | 1100100 | 1011000 |
Color Harmonies of #FFC3D0
Complementary color
Monochromatic Colors of #FFC3D0
Black with #FFC3D0
Text Example
Text Example
White with #FFC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3D0; }
p { color: rgb(255,195,208); }
H1.HeaderClassName
{
color: #FFC3D0;
}
.AnyTagClassName
{
color: #FFC3D0;
}
</style>
background-color css
<style>
a { background-color: #FFC3D0; }
a { background-color: rgb(255,195,208); }
div.DivClassName
{
background-color: #FFC3D0;
}
.BgClassName
{
background-color: #FFC3D0;
}
</style>
border-color css
<style>
span { border-color: #FFC3D0; }
span { border-color: rgb(255,195,208); }
td.TdClassName
{
border-color: #FFC3D0;
}
.TagClassName
{
border-color: #FFC3D0;
}
</style>