Shades of Light Pink #FFB4C5
Tints of Light Pink #FFB4C5
RGB
CMYK
RGB Variations
Color information
#FFB4C5 (or 0xFFB4C5) is known color: Light Pink. HEX triplet: FF, B4 and C5. RGB value is (255,180,197). Sum of RGB (Red+Green+Blue) = 255+180+197=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4C5 is #004B3A. Grayscale: #CCCCCC. Windows color (decimal): -19259 or 12956927. OLE color: 12956927.
HSL color Cylindrical-coordinate representation of color #FFB4C5: hue angle of 346.4º 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 #FFB4C5 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 197 | - |
| CMYK | 0 | 0.29 | 0.23 | 0 |
| HSL | 346.4º | 1% | 0.85% | - |
| HSV(B) | 346.4º | 0.29% | 1% | - |
| XYZ | 67.64 | 57.93 | 60.44 | - |
| YUV | 204.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 197 | 0 | 0.29 | 0.23 | 0 | 346.4 | 1 | 0.85 |
| Hex | FF | B4 | C5 | 0 | 1D | 17 | 0 | 15A | 64 | 55 |
| Octal | 377 | 264 | 305 | 0 | 35 | 27 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11000101 | 0 | 11101 | 10111 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB4C5
Complementary color
Monochromatic Colors of #FFB4C5
Black with #FFB4C5
Text Example
Text Example
White with #FFB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4C5; }
p { color: rgb(255,180,197); }
H1.HeaderClassName
{
color: #FFB4C5;
}
.AnyTagClassName
{
color: #FFB4C5;
}
</style>
background-color css
<style>
a { background-color: #FFB4C5; }
a { background-color: rgb(255,180,197); }
div.DivClassName
{
background-color: #FFB4C5;
}
.BgClassName
{
background-color: #FFB4C5;
}
</style>
border-color css
<style>
span { border-color: #FFB4C5; }
span { border-color: rgb(255,180,197); }
td.TdClassName
{
border-color: #FFB4C5;
}
.TagClassName
{
border-color: #FFB4C5;
}
</style>