Shades of Light Pink #FFB5C2
Tints of Light Pink #FFB5C2
RGB
CMYK
RGB Variations
Color information
#FFB5C2 (or 0xFFB5C2) is known color: Light Pink. HEX triplet: FF, B5 and C2. RGB value is (255,181,194). Sum of RGB (Red+Green+Blue) = 255+181+194=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5C2 is #004A3D. Grayscale: #CCCCCC. Windows color (decimal): -19006 or 12760575. OLE color: 12760575.
HSL color Cylindrical-coordinate representation of color #FFB5C2: hue angle of 349.46º 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 #FFB5C2 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 194 | - |
| CMYK | 0 | 0.29 | 0.24 | 0 |
| HSL | 349.46º | 1% | 0.85% | - |
| HSV(B) | 349.46º | 0.29% | 1% | - |
| XYZ | 67.5 | 58.2 | 58.72 | - |
| YUV | 204.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 194 | 0 | 0.29 | 0.24 | 0 | 349.46 | 1 | 0.85 |
| Hex | FF | B5 | C2 | 0 | 1D | 18 | 0 | 15D | 64 | 55 |
| Octal | 377 | 265 | 302 | 0 | 35 | 30 | 0 | 535 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11000010 | 0 | 11101 | 11000 | 0 | 101011101 | 1100100 | 1010101 |
Color Harmonies of #FFB5C2
Complementary color
Monochromatic Colors of #FFB5C2
Black with #FFB5C2
Text Example
Text Example
White with #FFB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5C2; }
p { color: rgb(255,181,194); }
H1.HeaderClassName
{
color: #FFB5C2;
}
.AnyTagClassName
{
color: #FFB5C2;
}
</style>
background-color css
<style>
a { background-color: #FFB5C2; }
a { background-color: rgb(255,181,194); }
div.DivClassName
{
background-color: #FFB5C2;
}
.BgClassName
{
background-color: #FFB5C2;
}
</style>
border-color css
<style>
span { border-color: #FFB5C2; }
span { border-color: rgb(255,181,194); }
td.TdClassName
{
border-color: #FFB5C2;
}
.TagClassName
{
border-color: #FFB5C2;
}
</style>