Shades of Light Pink #FEB1C2
Tints of Light Pink #FEB1C2
RGB
CMYK
RGB Variations
Color information
#FEB1C2 (or 0xFEB1C2) is known color: Light Pink. HEX triplet: FE, B1 and C2. RGB value is (254,177,194). Sum of RGB (Red+Green+Blue) = 254+177+194=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1C2 is #014E3D. Grayscale: #C9C9C9. Windows color (decimal): -85566 or 12759550. OLE color: 12759550.
HSL color Cylindrical-coordinate representation of color #FEB1C2: hue angle of 346.75º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1C2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 194 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 346.75º | 0.97% | 0.85% | - |
| HSV(B) | 346.75º | 0.3% | 1% | - |
| XYZ | 66.33 | 56.41 | 58.43 | - |
| YUV | 201.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 194 | 0 | 0.30 | 0.24 | 0.00 | 346.75 | 0.97 | 0.85 |
| Hex | FE | B1 | C2 | 0 | 1E | 18 | 0 | 15B | 61 | 55 |
| Octal | 376 | 261 | 302 | 0 | 36 | 30 | 0 | 533 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11000010 | 0 | 11110 | 11000 | 0 | 101011011 | 1100001 | 1010101 |
Color Harmonies of #FEB1C2
Complementary color
Monochromatic Colors of #FEB1C2
Black with #FEB1C2
Text Example
Text Example
White with #FEB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1C2; }
p { color: rgb(254,177,194); }
H1.HeaderClassName
{
color: #FEB1C2;
}
.AnyTagClassName
{
color: #FEB1C2;
}
</style>
background-color css
<style>
a { background-color: #FEB1C2; }
a { background-color: rgb(254,177,194); }
div.DivClassName
{
background-color: #FEB1C2;
}
.BgClassName
{
background-color: #FEB1C2;
}
</style>
border-color css
<style>
span { border-color: #FEB1C2; }
span { border-color: rgb(254,177,194); }
td.TdClassName
{
border-color: #FEB1C2;
}
.TagClassName
{
border-color: #FEB1C2;
}
</style>