Shades of Light Pink #FEBAC2
Tints of Light Pink #FEBAC2
RGB
CMYK
RGB Variations
Color information
#FEBAC2 (or 0xFEBAC2) is known color: Light Pink. HEX triplet: FE, BA and C2. RGB value is (254,186,194). Sum of RGB (Red+Green+Blue) = 254+186+194=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC2 is #01453D. Grayscale: #CFCFCF. Windows color (decimal): -83262 or 12761854. OLE color: 12761854.
HSL color Cylindrical-coordinate representation of color #FEBAC2: hue angle of 352.94º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAC2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 194 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.00 |
| HSL | 352.94º | 0.97% | 0.86% | - |
| HSV(B) | 352.94º | 0.27% | 1% | - |
| XYZ | 68.17 | 60.08 | 59.04 | - |
| YUV | 207.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 194 | 0 | 0.27 | 0.24 | 0.00 | 352.94 | 0.97 | 0.86 |
| Hex | FE | BA | C2 | 0 | 1B | 18 | 0 | 161 | 61 | 56 |
| Octal | 376 | 272 | 302 | 0 | 33 | 30 | 0 | 541 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11000010 | 0 | 11011 | 11000 | 0 | 101100001 | 1100001 | 1010110 |
Color Harmonies of #FEBAC2
Complementary color
Monochromatic Colors of #FEBAC2
Black with #FEBAC2
Text Example
Text Example
White with #FEBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAC2; }
p { color: rgb(254,186,194); }
H1.HeaderClassName
{
color: #FEBAC2;
}
.AnyTagClassName
{
color: #FEBAC2;
}
</style>
background-color css
<style>
a { background-color: #FEBAC2; }
a { background-color: rgb(254,186,194); }
div.DivClassName
{
background-color: #FEBAC2;
}
.BgClassName
{
background-color: #FEBAC2;
}
</style>
border-color css
<style>
span { border-color: #FEBAC2; }
span { border-color: rgb(254,186,194); }
td.TdClassName
{
border-color: #FEBAC2;
}
.TagClassName
{
border-color: #FEBAC2;
}
</style>