Shades of Your Pink #FFC3B7
Tints of Your Pink #FFC3B7
RGB
CMYK
RGB Variations
Color information
#FFC3B7 (or 0xFFC3B7) is known color: Your Pink. HEX triplet: FF, C3 and B7. RGB value is (255,195,183). Sum of RGB (Red+Green+Blue) = 255+195+183=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3B7 is #003C48. Grayscale: #D3D3D3. Windows color (decimal): -15433 or 12043263. OLE color: 12043263.
HSL color Cylindrical-coordinate representation of color #FFC3B7: hue angle of 10º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFC3B7 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 183 | - |
| CMYK | 0 | 0.24 | 0.28 | 0 |
| HSL | 10º | 1% | 0.86% | - |
| HSV(B) | 10º | 0.28% | 1% | - |
| XYZ | 69.3 | 63.71 | 53.44 | - |
| YUV | 211.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 183 | 0 | 0.24 | 0.28 | 0 | 10 | 1 | 0.86 |
| Hex | FF | C3 | B7 | 0 | 18 | 1C | 0 | A | 64 | 56 |
| Octal | 377 | 303 | 267 | 0 | 30 | 34 | 0 | 12 | 144 | 126 |
| Binary | 11111111 | 11000011 | 10110111 | 0 | 11000 | 11100 | 0 | 1010 | 1100100 | 1010110 |
Color Harmonies of #FFC3B7
Complementary color
Monochromatic Colors of #FFC3B7
Black with #FFC3B7
Text Example
Text Example
White with #FFC3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3B7; }
p { color: rgb(255,195,183); }
H1.HeaderClassName
{
color: #FFC3B7;
}
.AnyTagClassName
{
color: #FFC3B7;
}
</style>
background-color css
<style>
a { background-color: #FFC3B7; }
a { background-color: rgb(255,195,183); }
div.DivClassName
{
background-color: #FFC3B7;
}
.BgClassName
{
background-color: #FFC3B7;
}
</style>
border-color css
<style>
span { border-color: #FFC3B7; }
span { border-color: rgb(255,195,183); }
td.TdClassName
{
border-color: #FFC3B7;
}
.TagClassName
{
border-color: #FFC3B7;
}
</style>