Shades of Light Pink #FEBBC4
Tints of Light Pink #FEBBC4
RGB
CMYK
RGB Variations
Color information
#FEBBC4 (or 0xFEBBC4) is known color: Light Pink. HEX triplet: FE, BB and C4. RGB value is (254,187,196). Sum of RGB (Red+Green+Blue) = 254+187+196=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC4 is #01443B. Grayscale: #D0D0D0. Windows color (decimal): -83004 or 12893182. OLE color: 12893182.
HSL color Cylindrical-coordinate representation of color #FEBBC4: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBC4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 196 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.00 |
| HSL | 351.94º | 0.97% | 0.86% | - |
| HSV(B) | 351.94º | 0.26% | 1% | - |
| XYZ | 68.61 | 60.6 | 60.3 | - |
| YUV | 208.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 196 | 0 | 0.26 | 0.23 | 0.00 | 351.94 | 0.97 | 0.86 |
| Hex | FE | BB | C4 | 0 | 1A | 17 | 0 | 160 | 61 | 56 |
| Octal | 376 | 273 | 304 | 0 | 32 | 27 | 0 | 540 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11000100 | 0 | 11010 | 10111 | 0 | 101100000 | 1100001 | 1010110 |
Color Harmonies of #FEBBC4
Complementary color
Monochromatic Colors of #FEBBC4
Black with #FEBBC4
Text Example
Text Example
White with #FEBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC4; }
p { color: rgb(254,187,196); }
H1.HeaderClassName
{
color: #FEBBC4;
}
.AnyTagClassName
{
color: #FEBBC4;
}
</style>
background-color css
<style>
a { background-color: #FEBBC4; }
a { background-color: rgb(254,187,196); }
div.DivClassName
{
background-color: #FEBBC4;
}
.BgClassName
{
background-color: #FEBBC4;
}
</style>
border-color css
<style>
span { border-color: #FEBBC4; }
span { border-color: rgb(254,187,196); }
td.TdClassName
{
border-color: #FEBBC4;
}
.TagClassName
{
border-color: #FEBBC4;
}
</style>