Shades of Light Pink #FEB7C2
Tints of Light Pink #FEB7C2
RGB
CMYK
RGB Variations
Color information
#FEB7C2 (or 0xFEB7C2) is known color: Light Pink. HEX triplet: FE, B7 and C2. RGB value is (254,183,194). Sum of RGB (Red+Green+Blue) = 254+183+194=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C2 is #01483D. Grayscale: #CDCDCD. Windows color (decimal): -84030 or 12761086. OLE color: 12761086.
HSL color Cylindrical-coordinate representation of color #FEB7C2: hue angle of 350.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7C2 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 194 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.00 |
| HSL | 350.7º | 0.97% | 0.86% | - |
| HSV(B) | 350.7º | 0.28% | 1% | - |
| XYZ | 67.54 | 58.83 | 58.83 | - |
| YUV | 205.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 194 | 0 | 0.28 | 0.24 | 0.00 | 350.7 | 0.97 | 0.86 |
| Hex | FE | B7 | C2 | 0 | 1C | 18 | 0 | 15F | 61 | 56 |
| Octal | 376 | 267 | 302 | 0 | 34 | 30 | 0 | 537 | 141 | 126 |
| Binary | 11111110 | 10110111 | 11000010 | 0 | 11100 | 11000 | 0 | 101011111 | 1100001 | 1010110 |
Color Harmonies of #FEB7C2
Complementary color
Monochromatic Colors of #FEB7C2
Black with #FEB7C2
Text Example
Text Example
White with #FEB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7C2; }
p { color: rgb(254,183,194); }
H1.HeaderClassName
{
color: #FEB7C2;
}
.AnyTagClassName
{
color: #FEB7C2;
}
</style>
background-color css
<style>
a { background-color: #FEB7C2; }
a { background-color: rgb(254,183,194); }
div.DivClassName
{
background-color: #FEB7C2;
}
.BgClassName
{
background-color: #FEB7C2;
}
</style>
border-color css
<style>
span { border-color: #FEB7C2; }
span { border-color: rgb(254,183,194); }
td.TdClassName
{
border-color: #FEB7C2;
}
.TagClassName
{
border-color: #FEB7C2;
}
</style>