Shades of Light Pink #FEBBC3
Tints of Light Pink #FEBBC3
RGB
CMYK
RGB Variations
Color information
#FEBBC3 (or 0xFEBBC3) is known color: Light Pink. HEX triplet: FE, BB and C3. RGB value is (254,187,195). Sum of RGB (Red+Green+Blue) = 254+187+195=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC3 is #01443C. Grayscale: #CFCFCF. Windows color (decimal): -83005 or 12827646. OLE color: 12827646.
HSL color Cylindrical-coordinate representation of color #FEBBC3: hue angle of 352.84º 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 #FEBBC3 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 195 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.00 |
| HSL | 352.84º | 0.97% | 0.86% | - |
| HSV(B) | 352.84º | 0.26% | 1% | - |
| XYZ | 68.49 | 60.55 | 59.71 | - |
| YUV | 207.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 195 | 0 | 0.26 | 0.23 | 0.00 | 352.84 | 0.97 | 0.86 |
| Hex | FE | BB | C3 | 0 | 1A | 17 | 0 | 161 | 61 | 56 |
| Octal | 376 | 273 | 303 | 0 | 32 | 27 | 0 | 541 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11000011 | 0 | 11010 | 10111 | 0 | 101100001 | 1100001 | 1010110 |
Color Harmonies of #FEBBC3
Complementary color
Monochromatic Colors of #FEBBC3
Black with #FEBBC3
Text Example
Text Example
White with #FEBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC3; }
p { color: rgb(254,187,195); }
H1.HeaderClassName
{
color: #FEBBC3;
}
.AnyTagClassName
{
color: #FEBBC3;
}
</style>
background-color css
<style>
a { background-color: #FEBBC3; }
a { background-color: rgb(254,187,195); }
div.DivClassName
{
background-color: #FEBBC3;
}
.BgClassName
{
background-color: #FEBBC3;
}
</style>
border-color css
<style>
span { border-color: #FEBBC3; }
span { border-color: rgb(254,187,195); }
td.TdClassName
{
border-color: #FEBBC3;
}
.TagClassName
{
border-color: #FEBBC3;
}
</style>