Shades of Light Pink #FEB0C2
Tints of Light Pink #FEB0C2
RGB
CMYK
RGB Variations
Color information
#FEB0C2 (or 0xFEB0C2) is known color: Light Pink. HEX triplet: FE, B0 and C2. RGB value is (254,176,194). Sum of RGB (Red+Green+Blue) = 254+176+194=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C2 is #014F3D. Grayscale: #C9C9C9. Windows color (decimal): -85822 or 12759294. OLE color: 12759294.
HSL color Cylindrical-coordinate representation of color #FEB0C2: hue angle of 346.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0C2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 194 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 346.15º | 0.98% | 0.84% | - |
| HSV(B) | 346.15º | 0.31% | 1% | - |
| XYZ | 66.14 | 56.02 | 58.37 | - |
| YUV | 201.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 194 | 0 | 0.31 | 0.24 | 0.00 | 346.15 | 0.98 | 0.84 |
| Hex | FE | B0 | C2 | 0 | 1F | 18 | 0 | 15A | 62 | 54 |
| Octal | 376 | 260 | 302 | 0 | 37 | 30 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11000010 | 0 | 11111 | 11000 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEB0C2
Complementary color
Monochromatic Colors of #FEB0C2
Black with #FEB0C2
Text Example
Text Example
White with #FEB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C2; }
p { color: rgb(254,176,194); }
H1.HeaderClassName
{
color: #FEB0C2;
}
.AnyTagClassName
{
color: #FEB0C2;
}
</style>
background-color css
<style>
a { background-color: #FEB0C2; }
a { background-color: rgb(254,176,194); }
div.DivClassName
{
background-color: #FEB0C2;
}
.BgClassName
{
background-color: #FEB0C2;
}
</style>
border-color css
<style>
span { border-color: #FEB0C2; }
span { border-color: rgb(254,176,194); }
td.TdClassName
{
border-color: #FEB0C2;
}
.TagClassName
{
border-color: #FEB0C2;
}
</style>