Shades of Your Pink #FFC1B8
Tints of Your Pink #FFC1B8
RGB
CMYK
RGB Variations
Color information
#FFC1B8 (or 0xFFC1B8) is known color: Your Pink. HEX triplet: FF, C1 and B8. RGB value is (255,193,184). Sum of RGB (Red+Green+Blue) = 255+193+184=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1B8 is #003E47. Grayscale: #D2D2D2. Windows color (decimal): -15944 or 12108287. OLE color: 12108287.
HSL color Cylindrical-coordinate representation of color #FFC1B8: hue angle of 7.61º 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 #FFC1B8 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 184 | - |
| CMYK | 0 | 0.24 | 0.28 | 0 |
| HSL | 7.61º | 1% | 0.86% | - |
| HSV(B) | 7.61º | 0.28% | 1% | - |
| XYZ | 68.96 | 62.86 | 53.85 | - |
| YUV | 210.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 184 | 0 | 0.24 | 0.28 | 0 | 7.61 | 1 | 0.86 |
| Hex | FF | C1 | B8 | 0 | 18 | 1C | 0 | 8 | 64 | 56 |
| Octal | 377 | 301 | 270 | 0 | 30 | 34 | 0 | 10 | 144 | 126 |
| Binary | 11111111 | 11000001 | 10111000 | 0 | 11000 | 11100 | 0 | 1000 | 1100100 | 1010110 |
Color Harmonies of #FFC1B8
Complementary color
Monochromatic Colors of #FFC1B8
Black with #FFC1B8
Text Example
Text Example
White with #FFC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1B8; }
p { color: rgb(255,193,184); }
H1.HeaderClassName
{
color: #FFC1B8;
}
.AnyTagClassName
{
color: #FFC1B8;
}
</style>
background-color css
<style>
a { background-color: #FFC1B8; }
a { background-color: rgb(255,193,184); }
div.DivClassName
{
background-color: #FFC1B8;
}
.BgClassName
{
background-color: #FFC1B8;
}
</style>
border-color css
<style>
span { border-color: #FFC1B8; }
span { border-color: rgb(255,193,184); }
td.TdClassName
{
border-color: #FFC1B8;
}
.TagClassName
{
border-color: #FFC1B8;
}
</style>