Shades of Light Pink #FEB2C2
Tints of Light Pink #FEB2C2
RGB
CMYK
RGB Variations
Color information
#FEB2C2 (or 0xFEB2C2) is known color: Light Pink. HEX triplet: FE, B2 and C2. RGB value is (254,178,194). Sum of RGB (Red+Green+Blue) = 254+178+194=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C2 is #014D3D. Grayscale: #CACACA. Windows color (decimal): -85310 or 12759806. OLE color: 12759806.
HSL color Cylindrical-coordinate representation of color #FEB2C2: hue angle of 347.37º 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 #FEB2C2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 194 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 347.37º | 0.97% | 0.85% | - |
| HSV(B) | 347.37º | 0.3% | 1% | - |
| XYZ | 66.53 | 56.81 | 58.5 | - |
| YUV | 202.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 194 | 0 | 0.30 | 0.24 | 0.00 | 347.37 | 0.97 | 0.85 |
| Hex | FE | B2 | C2 | 0 | 1E | 18 | 0 | 15B | 61 | 55 |
| Octal | 376 | 262 | 302 | 0 | 36 | 30 | 0 | 533 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11000010 | 0 | 11110 | 11000 | 0 | 101011011 | 1100001 | 1010101 |
Color Harmonies of #FEB2C2
Complementary color
Monochromatic Colors of #FEB2C2
Black with #FEB2C2
Text Example
Text Example
White with #FEB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2C2; }
p { color: rgb(254,178,194); }
H1.HeaderClassName
{
color: #FEB2C2;
}
.AnyTagClassName
{
color: #FEB2C2;
}
</style>
background-color css
<style>
a { background-color: #FEB2C2; }
a { background-color: rgb(254,178,194); }
div.DivClassName
{
background-color: #FEB2C2;
}
.BgClassName
{
background-color: #FEB2C2;
}
</style>
border-color css
<style>
span { border-color: #FEB2C2; }
span { border-color: rgb(254,178,194); }
td.TdClassName
{
border-color: #FEB2C2;
}
.TagClassName
{
border-color: #FEB2C2;
}
</style>