Shades of Your Pink #FEBDBD
Tints of Your Pink #FEBDBD
RGB
CMYK
RGB Variations
Color information
#FEBDBD (or 0xFEBDBD) is known color: Your Pink. HEX triplet: FE, BD and BD. RGB value is (254,189,189). Sum of RGB (Red+Green+Blue) = 254+189+189=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBD is #014242. Grayscale: #D0D0D0. Windows color (decimal): -82499 or 12434942. OLE color: 12434942.
HSL color Cylindrical-coordinate representation of color #FEBDBD: hue angle of 0º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDBD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 189 | 189 | - |
CMYK | 0 | 0.26 | 0.26 | 0.00 |
HSL | 0º | 0.97% | 0.87% | - |
HSV(B) | 0º | 0.26% | 1% | - |
XYZ | 68.26 | 61.14 | 56.35 | - |
YUV | 208.44 | 117.03 | 160.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 189 | 189 | 0 | 0.26 | 0.26 | 0.00 | 0 | 0.97 | 0.87 |
Hex | FE | BD | BD | 0 | 1A | 1A | 0 | 0 | 61 | 57 |
Octal | 376 | 275 | 275 | 0 | 32 | 32 | 0 | 0 | 141 | 127 |
Binary | 11111110 | 10111101 | 10111101 | 0 | 11010 | 11010 | 0 | 0 | 1100001 | 1010111 |
Color Harmonies of #FEBDBD
Complementary color
Monochromatic Colors of #FEBDBD
Black with #FEBDBD
Text Example
Text Example
White with #FEBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDBD; }
p { color: rgb(254,189,189); }
H1.HeaderClassName
{
color: #FEBDBD;
}
.AnyTagClassName
{
color: #FEBDBD;
}
</style>
background-color css
<style>
a { background-color: #FEBDBD; }
a { background-color: rgb(254,189,189); }
div.DivClassName
{
background-color: #FEBDBD;
}
.BgClassName
{
background-color: #FEBDBD;
}
</style>
border-color css
<style>
span { border-color: #FEBDBD; }
span { border-color: rgb(254,189,189); }
td.TdClassName
{
border-color: #FEBDBD;
}
.TagClassName
{
border-color: #FEBDBD;
}
</style>