Shades of Light Pink #FEB6C6
Tints of Light Pink #FEB6C6
RGB
CMYK
RGB Variations
Color information
#FEB6C6 (or 0xFEB6C6) is known color: Light Pink. HEX triplet: FE, B6 and C6. RGB value is (254,182,198). Sum of RGB (Red+Green+Blue) = 254+182+198=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C6 is #014939. Grayscale: #CDCDCD. Windows color (decimal): -84282 or 13022974. OLE color: 13022974.
HSL color Cylindrical-coordinate representation of color #FEB6C6: hue angle of 346.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6C6 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 198 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.00 |
| HSL | 346.67º | 0.97% | 0.85% | - |
| HSV(B) | 346.67º | 0.28% | 1% | - |
| XYZ | 67.79 | 58.6 | 61.16 | - |
| YUV | 205.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 198 | 0 | 0.28 | 0.22 | 0.00 | 346.67 | 0.97 | 0.85 |
| Hex | FE | B6 | C6 | 0 | 1C | 16 | 0 | 15B | 61 | 55 |
| Octal | 376 | 266 | 306 | 0 | 34 | 26 | 0 | 533 | 141 | 125 |
| Binary | 11111110 | 10110110 | 11000110 | 0 | 11100 | 10110 | 0 | 101011011 | 1100001 | 1010101 |
Color Harmonies of #FEB6C6
Complementary color
Monochromatic Colors of #FEB6C6
Black with #FEB6C6
Text Example
Text Example
White with #FEB6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6C6; }
p { color: rgb(254,182,198); }
H1.HeaderClassName
{
color: #FEB6C6;
}
.AnyTagClassName
{
color: #FEB6C6;
}
</style>
background-color css
<style>
a { background-color: #FEB6C6; }
a { background-color: rgb(254,182,198); }
div.DivClassName
{
background-color: #FEB6C6;
}
.BgClassName
{
background-color: #FEB6C6;
}
</style>
border-color css
<style>
span { border-color: #FEB6C6; }
span { border-color: rgb(254,182,198); }
td.TdClassName
{
border-color: #FEB6C6;
}
.TagClassName
{
border-color: #FEB6C6;
}
</style>