Shades of Light Pink #FFB9C2
Tints of Light Pink #FFB9C2
RGB
CMYK
RGB Variations
Color information
#FFB9C2 (or 0xFFB9C2) is known color: Light Pink. HEX triplet: FF, B9 and C2. RGB value is (255,185,194). Sum of RGB (Red+Green+Blue) = 255+185+194=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C2 is #00463D. Grayscale: #CECECE. Windows color (decimal): -17982 or 12761599. OLE color: 12761599.
HSL color Cylindrical-coordinate representation of color #FFB9C2: hue angle of 352.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9C2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 194 | - |
| CMYK | 0 | 0.27 | 0.24 | 0 |
| HSL | 352.29º | 1% | 0.86% | - |
| HSV(B) | 352.29º | 0.27% | 1% | - |
| XYZ | 68.33 | 59.85 | 58.99 | - |
| YUV | 206.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 194 | 0 | 0.27 | 0.24 | 0 | 352.29 | 1 | 0.86 |
| Hex | FF | B9 | C2 | 0 | 1B | 18 | 0 | 160 | 64 | 56 |
| Octal | 377 | 271 | 302 | 0 | 33 | 30 | 0 | 540 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11000010 | 0 | 11011 | 11000 | 0 | 101100000 | 1100100 | 1010110 |
Color Harmonies of #FFB9C2
Complementary color
Monochromatic Colors of #FFB9C2
Black with #FFB9C2
Text Example
Text Example
White with #FFB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C2; }
p { color: rgb(255,185,194); }
H1.HeaderClassName
{
color: #FFB9C2;
}
.AnyTagClassName
{
color: #FFB9C2;
}
</style>
background-color css
<style>
a { background-color: #FFB9C2; }
a { background-color: rgb(255,185,194); }
div.DivClassName
{
background-color: #FFB9C2;
}
.BgClassName
{
background-color: #FFB9C2;
}
</style>
border-color css
<style>
span { border-color: #FFB9C2; }
span { border-color: rgb(255,185,194); }
td.TdClassName
{
border-color: #FFB9C2;
}
.TagClassName
{
border-color: #FFB9C2;
}
</style>