Shades of Light Pink #FFB2C2
Tints of Light Pink #FFB2C2
RGB
CMYK
RGB Variations
Color information
#FFB2C2 (or 0xFFB2C2) is known color: Light Pink. HEX triplet: FF, B2 and C2. RGB value is (255,178,194). Sum of RGB (Red+Green+Blue) = 255+178+194=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C2 is #004D3D. Grayscale: #CACACA. Windows color (decimal): -19774 or 12759807. OLE color: 12759807.
HSL color Cylindrical-coordinate representation of color #FFB2C2: hue angle of 347.53º 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 #FFB2C2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 194 | - |
| CMYK | 0 | 0.30 | 0.24 | 0 |
| HSL | 347.53º | 1% | 0.85% | - |
| HSV(B) | 347.53º | 0.3% | 1% | - |
| XYZ | 66.9 | 57 | 58.51 | - |
| YUV | 202.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 194 | 0 | 0.30 | 0.24 | 0 | 347.53 | 1 | 0.85 |
| Hex | FF | B2 | C2 | 0 | 1E | 18 | 0 | 15C | 64 | 55 |
| Octal | 377 | 262 | 302 | 0 | 36 | 30 | 0 | 534 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11000010 | 0 | 11110 | 11000 | 0 | 101011100 | 1100100 | 1010101 |
Color Harmonies of #FFB2C2
Complementary color
Monochromatic Colors of #FFB2C2
Black with #FFB2C2
Text Example
Text Example
White with #FFB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2C2; }
p { color: rgb(255,178,194); }
H1.HeaderClassName
{
color: #FFB2C2;
}
.AnyTagClassName
{
color: #FFB2C2;
}
</style>
background-color css
<style>
a { background-color: #FFB2C2; }
a { background-color: rgb(255,178,194); }
div.DivClassName
{
background-color: #FFB2C2;
}
.BgClassName
{
background-color: #FFB2C2;
}
</style>
border-color css
<style>
span { border-color: #FFB2C2; }
span { border-color: rgb(255,178,194); }
td.TdClassName
{
border-color: #FFB2C2;
}
.TagClassName
{
border-color: #FFB2C2;
}
</style>