Shades of Your Pink #FFC3B3
Tints of Your Pink #FFC3B3
RGB
CMYK
RGB Variations
Color information
#FFC3B3 (or 0xFFC3B3) is known color: Your Pink. HEX triplet: FF, C3 and B3. RGB value is (255,195,179). Sum of RGB (Red+Green+Blue) = 255+195+179=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3B3 is #003C4C. Grayscale: #D3D3D3. Windows color (decimal): -15437 or 11781119. OLE color: 11781119.
HSL color Cylindrical-coordinate representation of color #FFC3B3: hue angle of 12.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC3B3 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 179 | - |
| CMYK | 0 | 0.24 | 0.30 | 0 |
| HSL | 12.63º | 1% | 0.85% | - |
| HSV(B) | 12.63º | 0.3% | 1% | - |
| XYZ | 68.89 | 63.54 | 51.28 | - |
| YUV | 211.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 179 | 0 | 0.24 | 0.30 | 0 | 12.63 | 1 | 0.85 |
| Hex | FF | C3 | B3 | 0 | 18 | 1E | 0 | D | 64 | 55 |
| Octal | 377 | 303 | 263 | 0 | 30 | 36 | 0 | 15 | 144 | 125 |
| Binary | 11111111 | 11000011 | 10110011 | 0 | 11000 | 11110 | 0 | 1101 | 1100100 | 1010101 |
Color Harmonies of #FFC3B3
Complementary color
Monochromatic Colors of #FFC3B3
Black with #FFC3B3
Text Example
Text Example
White with #FFC3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3B3; }
p { color: rgb(255,195,179); }
H1.HeaderClassName
{
color: #FFC3B3;
}
.AnyTagClassName
{
color: #FFC3B3;
}
</style>
background-color css
<style>
a { background-color: #FFC3B3; }
a { background-color: rgb(255,195,179); }
div.DivClassName
{
background-color: #FFC3B3;
}
.BgClassName
{
background-color: #FFC3B3;
}
</style>
border-color css
<style>
span { border-color: #FFC3B3; }
span { border-color: rgb(255,195,179); }
td.TdClassName
{
border-color: #FFC3B3;
}
.TagClassName
{
border-color: #FFC3B3;
}
</style>