Shades of Light Pink #FFB2C4
Tints of Light Pink #FFB2C4
RGB
CMYK
RGB Variations
Color information
#FFB2C4 (or 0xFFB2C4) is known color: Light Pink. HEX triplet: FF, B2 and C4. RGB value is (255,178,196). Sum of RGB (Red+Green+Blue) = 255+178+196=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C4 is #004D3B. Grayscale: #CBCBCB. Windows color (decimal): -19772 or 12890879. OLE color: 12890879.
HSL color Cylindrical-coordinate representation of color #FFB2C4: hue angle of 345.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2C4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 196 | - |
| CMYK | 0 | 0.30 | 0.23 | 0 |
| HSL | 345.97º | 1% | 0.85% | - |
| HSV(B) | 345.97º | 0.3% | 1% | - |
| XYZ | 67.12 | 57.09 | 59.71 | - |
| YUV | 203.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 196 | 0 | 0.30 | 0.23 | 0 | 345.97 | 1 | 0.85 |
| Hex | FF | B2 | C4 | 0 | 1E | 17 | 0 | 15A | 64 | 55 |
| Octal | 377 | 262 | 304 | 0 | 36 | 27 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11000100 | 0 | 11110 | 10111 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB2C4
Complementary color
Monochromatic Colors of #FFB2C4
Black with #FFB2C4
Text Example
Text Example
White with #FFB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2C4; }
p { color: rgb(255,178,196); }
H1.HeaderClassName
{
color: #FFB2C4;
}
.AnyTagClassName
{
color: #FFB2C4;
}
</style>
background-color css
<style>
a { background-color: #FFB2C4; }
a { background-color: rgb(255,178,196); }
div.DivClassName
{
background-color: #FFB2C4;
}
.BgClassName
{
background-color: #FFB2C4;
}
</style>
border-color css
<style>
span { border-color: #FFB2C4; }
span { border-color: rgb(255,178,196); }
td.TdClassName
{
border-color: #FFB2C4;
}
.TagClassName
{
border-color: #FFB2C4;
}
</style>