Shades of Your Pink #FFC2B4
Tints of Your Pink #FFC2B4
RGB
CMYK
RGB Variations
Color information
#FFC2B4 (or 0xFFC2B4) is known color: Your Pink. HEX triplet: FF, C2 and B4. RGB value is (255,194,180). Sum of RGB (Red+Green+Blue) = 255+194+180=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2B4 is #003D4B. Grayscale: #D2D2D2. Windows color (decimal): -15692 or 11846399. OLE color: 11846399.
HSL color Cylindrical-coordinate representation of color #FFC2B4: hue angle of 11.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC2B4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 180 | - |
| CMYK | 0 | 0.24 | 0.29 | 0 |
| HSL | 11.2º | 1% | 0.85% | - |
| HSV(B) | 11.2º | 0.29% | 1% | - |
| XYZ | 68.77 | 63.14 | 51.74 | - |
| YUV | 210.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 180 | 0 | 0.24 | 0.29 | 0 | 11.2 | 1 | 0.85 |
| Hex | FF | C2 | B4 | 0 | 18 | 1D | 0 | B | 64 | 55 |
| Octal | 377 | 302 | 264 | 0 | 30 | 35 | 0 | 13 | 144 | 125 |
| Binary | 11111111 | 11000010 | 10110100 | 0 | 11000 | 11101 | 0 | 1011 | 1100100 | 1010101 |
Color Harmonies of #FFC2B4
Complementary color
Monochromatic Colors of #FFC2B4
Black with #FFC2B4
Text Example
Text Example
White with #FFC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2B4; }
p { color: rgb(255,194,180); }
H1.HeaderClassName
{
color: #FFC2B4;
}
.AnyTagClassName
{
color: #FFC2B4;
}
</style>
background-color css
<style>
a { background-color: #FFC2B4; }
a { background-color: rgb(255,194,180); }
div.DivClassName
{
background-color: #FFC2B4;
}
.BgClassName
{
background-color: #FFC2B4;
}
</style>
border-color css
<style>
span { border-color: #FFC2B4; }
span { border-color: rgb(255,194,180); }
td.TdClassName
{
border-color: #FFC2B4;
}
.TagClassName
{
border-color: #FFC2B4;
}
</style>