Shades of Light Pink #FFB5C3
Tints of Light Pink #FFB5C3
RGB
CMYK
RGB Variations
Color information
#FFB5C3 (or 0xFFB5C3) is known color: Light Pink. HEX triplet: FF, B5 and C3. RGB value is (255,181,195). Sum of RGB (Red+Green+Blue) = 255+181+195=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C3 is #004A3C. Grayscale: #CCCCCC. Windows color (decimal): -19005 or 12826111. OLE color: 12826111.
HSL color Cylindrical-coordinate representation of color #FFB5C3: hue angle of 348.65º 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 #FFB5C3 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 195 | - |
| CMYK | 0 | 0.29 | 0.24 | 0 |
| HSL | 348.65º | 1% | 0.85% | - |
| HSV(B) | 348.65º | 0.29% | 1% | - |
| XYZ | 67.61 | 58.25 | 59.31 | - |
| YUV | 204.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 195 | 0 | 0.29 | 0.24 | 0 | 348.65 | 1 | 0.85 |
| Hex | FF | B5 | C3 | 0 | 1D | 18 | 0 | 15D | 64 | 55 |
| Octal | 377 | 265 | 303 | 0 | 35 | 30 | 0 | 535 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000011 | 0 | 11101 | 11000 | 0 | 101011101 | 1100100 | 1010101 |
Color Harmonies of #FFB5C3
Complementary color
Monochromatic Colors of #FFB5C3
Black with #FFB5C3
Text Example
Text Example
White with #FFB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C3; }
p { color: rgb(255,181,195); }
H1.HeaderClassName
{
color: #FFB5C3;
}
.AnyTagClassName
{
color: #FFB5C3;
}
</style>
background-color css
<style>
a { background-color: #FFB5C3; }
a { background-color: rgb(255,181,195); }
div.DivClassName
{
background-color: #FFB5C3;
}
.BgClassName
{
background-color: #FFB5C3;
}
</style>
border-color css
<style>
span { border-color: #FFB5C3; }
span { border-color: rgb(255,181,195); }
td.TdClassName
{
border-color: #FFB5C3;
}
.TagClassName
{
border-color: #FFB5C3;
}
</style>