Shades of Light Pink #FFB7C2
Tints of Light Pink #FFB7C2
RGB
CMYK
RGB Variations
Color information
#FFB7C2 (or 0xFFB7C2) is known color: Light Pink. HEX triplet: FF, B7 and C2. RGB value is (255,183,194). Sum of RGB (Red+Green+Blue) = 255+183+194=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7C2 is #00483D. Grayscale: #CDCDCD. Windows color (decimal): -18494 or 12761087. OLE color: 12761087.
HSL color Cylindrical-coordinate representation of color #FFB7C2: hue angle of 350.83º 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 #FFB7C2 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 194 | - |
| CMYK | 0 | 0.28 | 0.24 | 0 |
| HSL | 350.83º | 1% | 0.86% | - |
| HSV(B) | 350.83º | 0.28% | 1% | - |
| XYZ | 67.91 | 59.02 | 58.85 | - |
| YUV | 205.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 194 | 0 | 0.28 | 0.24 | 0 | 350.83 | 1 | 0.86 |
| Hex | FF | B7 | C2 | 0 | 1C | 18 | 0 | 15F | 64 | 56 |
| Octal | 377 | 267 | 302 | 0 | 34 | 30 | 0 | 537 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11000010 | 0 | 11100 | 11000 | 0 | 101011111 | 1100100 | 1010110 |
Color Harmonies of #FFB7C2
Complementary color
Monochromatic Colors of #FFB7C2
Black with #FFB7C2
Text Example
Text Example
White with #FFB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7C2; }
p { color: rgb(255,183,194); }
H1.HeaderClassName
{
color: #FFB7C2;
}
.AnyTagClassName
{
color: #FFB7C2;
}
</style>
background-color css
<style>
a { background-color: #FFB7C2; }
a { background-color: rgb(255,183,194); }
div.DivClassName
{
background-color: #FFB7C2;
}
.BgClassName
{
background-color: #FFB7C2;
}
</style>
border-color css
<style>
span { border-color: #FFB7C2; }
span { border-color: rgb(255,183,194); }
td.TdClassName
{
border-color: #FFB7C2;
}
.TagClassName
{
border-color: #FFB7C2;
}
</style>