Shades of Light Pink #FEBBC1
Tints of Light Pink #FEBBC1
RGB
CMYK
RGB Variations
Color information
#FEBBC1 (or 0xFEBBC1) is known color: Light Pink. HEX triplet: FE, BB and C1. RGB value is (254,187,193). Sum of RGB (Red+Green+Blue) = 254+187+193=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC1 is #01443E. Grayscale: #CFCFCF. Windows color (decimal): -83007 or 12696574. OLE color: 12696574.
HSL color Cylindrical-coordinate representation of color #FEBBC1: hue angle of 354.63º 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 #FEBBC1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 193 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.00 |
| HSL | 354.63º | 0.97% | 0.86% | - |
| HSV(B) | 354.63º | 0.26% | 1% | - |
| XYZ | 68.27 | 60.46 | 58.52 | - |
| YUV | 207.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 193 | 0 | 0.26 | 0.24 | 0.00 | 354.63 | 0.97 | 0.86 |
| Hex | FE | BB | C1 | 0 | 1A | 18 | 0 | 163 | 61 | 56 |
| Octal | 376 | 273 | 301 | 0 | 32 | 30 | 0 | 543 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11000001 | 0 | 11010 | 11000 | 0 | 101100011 | 1100001 | 1010110 |
Color Harmonies of #FEBBC1
Complementary color
Monochromatic Colors of #FEBBC1
Black with #FEBBC1
Text Example
Text Example
White with #FEBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC1; }
p { color: rgb(254,187,193); }
H1.HeaderClassName
{
color: #FEBBC1;
}
.AnyTagClassName
{
color: #FEBBC1;
}
</style>
background-color css
<style>
a { background-color: #FEBBC1; }
a { background-color: rgb(254,187,193); }
div.DivClassName
{
background-color: #FEBBC1;
}
.BgClassName
{
background-color: #FEBBC1;
}
</style>
border-color css
<style>
span { border-color: #FEBBC1; }
span { border-color: rgb(254,187,193); }
td.TdClassName
{
border-color: #FEBBC1;
}
.TagClassName
{
border-color: #FEBBC1;
}
</style>