Shades of Your Pink #FFC4B3
Tints of Your Pink #FFC4B3
RGB
CMYK
RGB Variations
Color information
#FFC4B3 (or 0xFFC4B3) is known color: Your Pink. HEX triplet: FF, C4 and B3. RGB value is (255,196,179). Sum of RGB (Red+Green+Blue) = 255+196+179=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4B3 is #003B4C. Grayscale: #D3D3D3. Windows color (decimal): -15181 or 11781375. OLE color: 11781375.
HSL color Cylindrical-coordinate representation of color #FFC4B3: hue angle of 13.42º 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 #FFC4B3 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 179 | - |
| CMYK | 0 | 0.23 | 0.30 | 0 |
| HSL | 13.42º | 1% | 0.85% | - |
| HSV(B) | 13.42º | 0.3% | 1% | - |
| XYZ | 69.12 | 63.99 | 51.36 | - |
| YUV | 211.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 179 | 0 | 0.23 | 0.30 | 0 | 13.42 | 1 | 0.85 |
| Hex | FF | C4 | B3 | 0 | 17 | 1E | 0 | D | 64 | 55 |
| Octal | 377 | 304 | 263 | 0 | 27 | 36 | 0 | 15 | 144 | 125 |
| Binary | 11111111 | 11000100 | 10110011 | 0 | 10111 | 11110 | 0 | 1101 | 1100100 | 1010101 |
Color Harmonies of #FFC4B3
Complementary color
Monochromatic Colors of #FFC4B3
Black with #FFC4B3
Text Example
Text Example
White with #FFC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4B3; }
p { color: rgb(255,196,179); }
H1.HeaderClassName
{
color: #FFC4B3;
}
.AnyTagClassName
{
color: #FFC4B3;
}
</style>
background-color css
<style>
a { background-color: #FFC4B3; }
a { background-color: rgb(255,196,179); }
div.DivClassName
{
background-color: #FFC4B3;
}
.BgClassName
{
background-color: #FFC4B3;
}
</style>
border-color css
<style>
span { border-color: #FFC4B3; }
span { border-color: rgb(255,196,179); }
td.TdClassName
{
border-color: #FFC4B3;
}
.TagClassName
{
border-color: #FFC4B3;
}
</style>