Shades of Light Pink #FFB6C4
Tints of Light Pink #FFB6C4
RGB
CMYK
RGB Variations
Color information
#FFB6C4 (or 0xFFB6C4) is known color: Light Pink. HEX triplet: FF, B6 and C4. RGB value is (255,182,196). Sum of RGB (Red+Green+Blue) = 255+182+196=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6C4 is #00493B. Grayscale: #CDCDCD. Windows color (decimal): -18748 or 12891903. OLE color: 12891903.
HSL color Cylindrical-coordinate representation of color #FFB6C4: hue angle of 348.49º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6C4 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 196 | - |
| CMYK | 0 | 0.29 | 0.23 | 0 |
| HSL | 348.49º | 1% | 0.86% | - |
| HSV(B) | 348.49º | 0.29% | 1% | - |
| XYZ | 67.93 | 58.7 | 59.97 | - |
| YUV | 205.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 196 | 0 | 0.29 | 0.23 | 0 | 348.49 | 1 | 0.86 |
| Hex | FF | B6 | C4 | 0 | 1D | 17 | 0 | 15C | 64 | 56 |
| Octal | 377 | 266 | 304 | 0 | 35 | 27 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10110110 | 11000100 | 0 | 11101 | 10111 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFB6C4
Complementary color
Monochromatic Colors of #FFB6C4
Black with #FFB6C4
Text Example
Text Example
White with #FFB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6C4; }
p { color: rgb(255,182,196); }
H1.HeaderClassName
{
color: #FFB6C4;
}
.AnyTagClassName
{
color: #FFB6C4;
}
</style>
background-color css
<style>
a { background-color: #FFB6C4; }
a { background-color: rgb(255,182,196); }
div.DivClassName
{
background-color: #FFB6C4;
}
.BgClassName
{
background-color: #FFB6C4;
}
</style>
border-color css
<style>
span { border-color: #FFB6C4; }
span { border-color: rgb(255,182,196); }
td.TdClassName
{
border-color: #FFB6C4;
}
.TagClassName
{
border-color: #FFB6C4;
}
</style>