Shades of Light Pink #FFB7C5
Tints of Light Pink #FFB7C5
RGB
CMYK
RGB Variations
Color information
#FFB7C5 (or 0xFFB7C5) is known color: Light Pink. HEX triplet: FF, B7 and C5. RGB value is (255,183,197). Sum of RGB (Red+Green+Blue) = 255+183+197=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7C5 is #00483A. Grayscale: #CECECE. Windows color (decimal): -18491 or 12957695. OLE color: 12957695.
HSL color Cylindrical-coordinate representation of color #FFB7C5: hue angle of 348.33º 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 #FFB7C5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 197 | - |
| CMYK | 0 | 0.28 | 0.23 | 0 |
| HSL | 348.33º | 1% | 0.86% | - |
| HSV(B) | 348.33º | 0.28% | 1% | - |
| XYZ | 68.25 | 59.16 | 60.64 | - |
| YUV | 206.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 197 | 0 | 0.28 | 0.23 | 0 | 348.33 | 1 | 0.86 |
| Hex | FF | B7 | C5 | 0 | 1C | 17 | 0 | 15C | 64 | 56 |
| Octal | 377 | 267 | 305 | 0 | 34 | 27 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11000101 | 0 | 11100 | 10111 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFB7C5
Complementary color
Monochromatic Colors of #FFB7C5
Black with #FFB7C5
Text Example
Text Example
White with #FFB7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7C5; }
p { color: rgb(255,183,197); }
H1.HeaderClassName
{
color: #FFB7C5;
}
.AnyTagClassName
{
color: #FFB7C5;
}
</style>
background-color css
<style>
a { background-color: #FFB7C5; }
a { background-color: rgb(255,183,197); }
div.DivClassName
{
background-color: #FFB7C5;
}
.BgClassName
{
background-color: #FFB7C5;
}
</style>
border-color css
<style>
span { border-color: #FFB7C5; }
span { border-color: rgb(255,183,197); }
td.TdClassName
{
border-color: #FFB7C5;
}
.TagClassName
{
border-color: #FFB7C5;
}
</style>