Shades of Your Pink #FEBDB6
Tints of Your Pink #FEBDB6
RGB
CMYK
RGB Variations
Color information
#FEBDB6 (or 0xFEBDB6) is known color: Your Pink. HEX triplet: FE, BD and B6. RGB value is (254,189,182). Sum of RGB (Red+Green+Blue) = 254+189+182=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB6 is #014249. Grayscale: #CFCFCF. Windows color (decimal): -82506 or 11976190. OLE color: 11976190.
HSL color Cylindrical-coordinate representation of color #FEBDB6: hue angle of 5.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEBDB6 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 189 | 182 | - |
CMYK | 0 | 0.26 | 0.28 | 0.00 |
HSL | 5.83º | 0.97% | 0.85% | - |
HSV(B) | 5.83º | 0.28% | 1% | - |
XYZ | 67.51 | 60.84 | 52.44 | - |
YUV | 207.64 | 113.53 | 161.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 189 | 182 | 0 | 0.26 | 0.28 | 0.00 | 5.83 | 0.97 | 0.85 |
Hex | FE | BD | B6 | 0 | 1A | 1C | 0 | 6 | 61 | 55 |
Octal | 376 | 275 | 266 | 0 | 32 | 34 | 0 | 6 | 141 | 125 |
Binary | 11111110 | 10111101 | 10110110 | 0 | 11010 | 11100 | 0 | 110 | 1100001 | 1010101 |
Color Harmonies of #FEBDB6
Complementary color
Monochromatic Colors of #FEBDB6
Black with #FEBDB6
Text Example
Text Example
White with #FEBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDB6; }
p { color: rgb(254,189,182); }
H1.HeaderClassName
{
color: #FEBDB6;
}
.AnyTagClassName
{
color: #FEBDB6;
}
</style>
background-color css
<style>
a { background-color: #FEBDB6; }
a { background-color: rgb(254,189,182); }
div.DivClassName
{
background-color: #FEBDB6;
}
.BgClassName
{
background-color: #FEBDB6;
}
</style>
border-color css
<style>
span { border-color: #FEBDB6; }
span { border-color: rgb(254,189,182); }
td.TdClassName
{
border-color: #FEBDB6;
}
.TagClassName
{
border-color: #FEBDB6;
}
</style>