Shades of Light Pink #FFB2C3
Tints of Light Pink #FFB2C3
RGB
CMYK
RGB Variations
Color information
#FFB2C3 (or 0xFFB2C3) is known color: Light Pink. HEX triplet: FF, B2 and C3. RGB value is (255,178,195). Sum of RGB (Red+Green+Blue) = 255+178+195=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2C3 is #004D3C. Grayscale: #CACACA. Windows color (decimal): -19773 or 12825343. OLE color: 12825343.
HSL color Cylindrical-coordinate representation of color #FFB2C3: hue angle of 346.75º 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 #FFB2C3 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 195 | - |
| CMYK | 0 | 0.30 | 0.24 | 0 |
| HSL | 346.75º | 1% | 0.85% | - |
| HSV(B) | 346.75º | 0.3% | 1% | - |
| XYZ | 67.01 | 57.04 | 59.11 | - |
| YUV | 202.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 195 | 0 | 0.30 | 0.24 | 0 | 346.75 | 1 | 0.85 |
| Hex | FF | B2 | C3 | 0 | 1E | 18 | 0 | 15B | 64 | 55 |
| Octal | 377 | 262 | 303 | 0 | 36 | 30 | 0 | 533 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11000011 | 0 | 11110 | 11000 | 0 | 101011011 | 1100100 | 1010101 |
Color Harmonies of #FFB2C3
Complementary color
Monochromatic Colors of #FFB2C3
Black with #FFB2C3
Text Example
Text Example
White with #FFB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2C3; }
p { color: rgb(255,178,195); }
H1.HeaderClassName
{
color: #FFB2C3;
}
.AnyTagClassName
{
color: #FFB2C3;
}
</style>
background-color css
<style>
a { background-color: #FFB2C3; }
a { background-color: rgb(255,178,195); }
div.DivClassName
{
background-color: #FFB2C3;
}
.BgClassName
{
background-color: #FFB2C3;
}
</style>
border-color css
<style>
span { border-color: #FFB2C3; }
span { border-color: rgb(255,178,195); }
td.TdClassName
{
border-color: #FFB2C3;
}
.TagClassName
{
border-color: #FFB2C3;
}
</style>