Shades of Your Pink #FFC7B8
Tints of Your Pink #FFC7B8
RGB
CMYK
RGB Variations
Color information
#FFC7B8 (or 0xFFC7B8) is known color: Your Pink. HEX triplet: FF, C7 and B8. RGB value is (255,199,184). Sum of RGB (Red+Green+Blue) = 255+199+184=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7B8 is #003847. Grayscale: #D6D6D6. Windows color (decimal): -14408 or 12109823. OLE color: 12109823.
HSL color Cylindrical-coordinate representation of color #FFC7B8: hue angle of 12.68º 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 #FFC7B8 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 184 | - |
| CMYK | 0 | 0.22 | 0.28 | 0 |
| HSL | 12.68º | 1% | 0.86% | - |
| HSV(B) | 12.68º | 0.28% | 1% | - |
| XYZ | 70.32 | 65.57 | 54.3 | - |
| YUV | 214.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 184 | 0 | 0.22 | 0.28 | 0 | 12.68 | 1 | 0.86 |
| Hex | FF | C7 | B8 | 0 | 16 | 1C | 0 | D | 64 | 56 |
| Octal | 377 | 307 | 270 | 0 | 26 | 34 | 0 | 15 | 144 | 126 |
| Binary | 11111111 | 11000111 | 10111000 | 0 | 10110 | 11100 | 0 | 1101 | 1100100 | 1010110 |
Color Harmonies of #FFC7B8
Complementary color
Monochromatic Colors of #FFC7B8
Black with #FFC7B8
Text Example
Text Example
White with #FFC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7B8; }
p { color: rgb(255,199,184); }
H1.HeaderClassName
{
color: #FFC7B8;
}
.AnyTagClassName
{
color: #FFC7B8;
}
</style>
background-color css
<style>
a { background-color: #FFC7B8; }
a { background-color: rgb(255,199,184); }
div.DivClassName
{
background-color: #FFC7B8;
}
.BgClassName
{
background-color: #FFC7B8;
}
</style>
border-color css
<style>
span { border-color: #FFC7B8; }
span { border-color: rgb(255,199,184); }
td.TdClassName
{
border-color: #FFC7B8;
}
.TagClassName
{
border-color: #FFC7B8;
}
</style>