Shades of Light Pink #FFB9C4
Tints of Light Pink #FFB9C4
RGB
CMYK
RGB Variations
Color information
#FFB9C4 (or 0xFFB9C4) is known color: Light Pink. HEX triplet: FF, B9 and C4. RGB value is (255,185,196). Sum of RGB (Red+Green+Blue) = 255+185+196=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C4 is #00463B. Grayscale: #CFCFCF. Windows color (decimal): -17980 or 12892671. OLE color: 12892671.
HSL color Cylindrical-coordinate representation of color #FFB9C4: hue angle of 350.57º 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 #FFB9C4 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 196 | - |
| CMYK | 0 | 0.27 | 0.23 | 0 |
| HSL | 350.57º | 1% | 0.86% | - |
| HSV(B) | 350.57º | 0.27% | 1% | - |
| XYZ | 68.55 | 59.94 | 60.18 | - |
| YUV | 207.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 196 | 0 | 0.27 | 0.23 | 0 | 350.57 | 1 | 0.86 |
| Hex | FF | B9 | C4 | 0 | 1B | 17 | 0 | 15F | 64 | 56 |
| Octal | 377 | 271 | 304 | 0 | 33 | 27 | 0 | 537 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11000100 | 0 | 11011 | 10111 | 0 | 101011111 | 1100100 | 1010110 |
Color Harmonies of #FFB9C4
Complementary color
Monochromatic Colors of #FFB9C4
Black with #FFB9C4
Text Example
Text Example
White with #FFB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C4; }
p { color: rgb(255,185,196); }
H1.HeaderClassName
{
color: #FFB9C4;
}
.AnyTagClassName
{
color: #FFB9C4;
}
</style>
background-color css
<style>
a { background-color: #FFB9C4; }
a { background-color: rgb(255,185,196); }
div.DivClassName
{
background-color: #FFB9C4;
}
.BgClassName
{
background-color: #FFB9C4;
}
</style>
border-color css
<style>
span { border-color: #FFB9C4; }
span { border-color: rgb(255,185,196); }
td.TdClassName
{
border-color: #FFB9C4;
}
.TagClassName
{
border-color: #FFB9C4;
}
</style>