Shades of Light Pink #FEB2C3
Tints of Light Pink #FEB2C3
RGB
CMYK
RGB Variations
Color information
#FEB2C3 (or 0xFEB2C3) is known color: Light Pink. HEX triplet: FE, B2 and C3. RGB value is (254,178,195). Sum of RGB (Red+Green+Blue) = 254+178+195=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C3 is #014D3C. Grayscale: #CACACA. Windows color (decimal): -85309 or 12825342. OLE color: 12825342.
HSL color Cylindrical-coordinate representation of color #FEB2C3: hue angle of 346.58º 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 #FEB2C3 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 195 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.00 |
| HSL | 346.58º | 0.97% | 0.85% | - |
| HSV(B) | 346.58º | 0.3% | 1% | - |
| XYZ | 66.64 | 56.85 | 59.09 | - |
| YUV | 202.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 195 | 0 | 0.30 | 0.23 | 0.00 | 346.58 | 0.97 | 0.85 |
| Hex | FE | B2 | C3 | 0 | 1E | 17 | 0 | 15B | 61 | 55 |
| Octal | 376 | 262 | 303 | 0 | 36 | 27 | 0 | 533 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11000011 | 0 | 11110 | 10111 | 0 | 101011011 | 1100001 | 1010101 |
Color Harmonies of #FEB2C3
Complementary color
Monochromatic Colors of #FEB2C3
Black with #FEB2C3
Text Example
Text Example
White with #FEB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2C3; }
p { color: rgb(254,178,195); }
H1.HeaderClassName
{
color: #FEB2C3;
}
.AnyTagClassName
{
color: #FEB2C3;
}
</style>
background-color css
<style>
a { background-color: #FEB2C3; }
a { background-color: rgb(254,178,195); }
div.DivClassName
{
background-color: #FEB2C3;
}
.BgClassName
{
background-color: #FEB2C3;
}
</style>
border-color css
<style>
span { border-color: #FEB2C3; }
span { border-color: rgb(254,178,195); }
td.TdClassName
{
border-color: #FEB2C3;
}
.TagClassName
{
border-color: #FEB2C3;
}
</style>