Shades of Your Pink #FEBDBB
Tints of Your Pink #FEBDBB
RGB
CMYK
RGB Variations
Color information
#FEBDBB (or 0xFEBDBB) is known color: Your Pink. HEX triplet: FE, BD and BB. RGB value is (254,189,187). Sum of RGB (Red+Green+Blue) = 254+189+187=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBB is #014244. Grayscale: #D0D0D0. Windows color (decimal): -82501 or 12303870. OLE color: 12303870.
HSL color Cylindrical-coordinate representation of color #FEBDBB: hue angle of 1.79º 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 #FEBDBB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 187 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.00 |
| HSL | 1.79º | 0.97% | 0.86% | - |
| HSV(B) | 1.79º | 0.26% | 1% | - |
| XYZ | 68.04 | 61.05 | 55.21 | - |
| YUV | 208.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 187 | 0 | 0.26 | 0.26 | 0.00 | 1.79 | 0.97 | 0.86 |
| Hex | FE | BD | BB | 0 | 1A | 1A | 0 | 2 | 61 | 56 |
| Octal | 376 | 275 | 273 | 0 | 32 | 32 | 0 | 2 | 141 | 126 |
| Binary | 11111110 | 10111101 | 10111011 | 0 | 11010 | 11010 | 0 | 10 | 1100001 | 1010110 |
Color Harmonies of #FEBDBB
Complementary color
Monochromatic Colors of #FEBDBB
Black with #FEBDBB
Text Example
Text Example
White with #FEBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDBB; }
p { color: rgb(254,189,187); }
H1.HeaderClassName
{
color: #FEBDBB;
}
.AnyTagClassName
{
color: #FEBDBB;
}
</style>
background-color css
<style>
a { background-color: #FEBDBB; }
a { background-color: rgb(254,189,187); }
div.DivClassName
{
background-color: #FEBDBB;
}
.BgClassName
{
background-color: #FEBDBB;
}
</style>
border-color css
<style>
span { border-color: #FEBDBB; }
span { border-color: rgb(254,189,187); }
td.TdClassName
{
border-color: #FEBDBB;
}
.TagClassName
{
border-color: #FEBDBB;
}
</style>