Shades of Light Pink #FFB4C6
Tints of Light Pink #FFB4C6
RGB
CMYK
RGB Variations
Color information
#FFB4C6 (or 0xFFB4C6) is known color: Light Pink. HEX triplet: FF, B4 and C6. RGB value is (255,180,198). Sum of RGB (Red+Green+Blue) = 255+180+198=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4C6 is #004B39. Grayscale: #CCCCCC. Windows color (decimal): -19258 or 13022463. OLE color: 13022463.
HSL color Cylindrical-coordinate representation of color #FFB4C6: hue angle of 345.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4C6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 198 | - |
| CMYK | 0 | 0.29 | 0.22 | 0 |
| HSL | 345.6º | 1% | 0.85% | - |
| HSV(B) | 345.6º | 0.29% | 1% | - |
| XYZ | 67.75 | 57.98 | 61.05 | - |
| YUV | 204.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 198 | 0 | 0.29 | 0.22 | 0 | 345.6 | 1 | 0.85 |
| Hex | FF | B4 | C6 | 0 | 1D | 16 | 0 | 15A | 64 | 55 |
| Octal | 377 | 264 | 306 | 0 | 35 | 26 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11000110 | 0 | 11101 | 10110 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB4C6
Complementary color
Monochromatic Colors of #FFB4C6
Black with #FFB4C6
Text Example
Text Example
White with #FFB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4C6; }
p { color: rgb(255,180,198); }
H1.HeaderClassName
{
color: #FFB4C6;
}
.AnyTagClassName
{
color: #FFB4C6;
}
</style>
background-color css
<style>
a { background-color: #FFB4C6; }
a { background-color: rgb(255,180,198); }
div.DivClassName
{
background-color: #FFB4C6;
}
.BgClassName
{
background-color: #FFB4C6;
}
</style>
border-color css
<style>
span { border-color: #FFB4C6; }
span { border-color: rgb(255,180,198); }
td.TdClassName
{
border-color: #FFB4C6;
}
.TagClassName
{
border-color: #FFB4C6;
}
</style>