Shades of Light Pink #FEA6B7
Tints of Light Pink #FEA6B7
RGB
CMYK
RGB Variations
Color information
#FEA6B7 (or 0xFEA6B7) is known color: Light Pink. HEX triplet: FE, A6 and B7. RGB value is (254,166,183). Sum of RGB (Red+Green+Blue) = 254+166+183=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6B7 is #015948. Grayscale: #C2C2C2. Windows color (decimal): -88393 or 12035838. OLE color: 12035838.
HSL color Cylindrical-coordinate representation of color #FEA6B7: hue angle of 348.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6B7 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 183 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.00 |
| HSL | 348.41º | 0.98% | 0.82% | - |
| HSV(B) | 348.41º | 0.35% | 1% | - |
| XYZ | 63.06 | 51.76 | 51.47 | - |
| YUV | 194.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 183 | 0 | 0.35 | 0.28 | 0.00 | 348.41 | 0.98 | 0.82 |
| Hex | FE | A6 | B7 | 0 | 23 | 1C | 0 | 15C | 62 | 52 |
| Octal | 376 | 246 | 267 | 0 | 43 | 34 | 0 | 534 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10110111 | 0 | 100011 | 11100 | 0 | 101011100 | 1100010 | 1010010 |
Color Harmonies of #FEA6B7
Complementary color
Monochromatic Colors of #FEA6B7
Black with #FEA6B7
Text Example
Text Example
White with #FEA6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6B7; }
p { color: rgb(254,166,183); }
H1.HeaderClassName
{
color: #FEA6B7;
}
.AnyTagClassName
{
color: #FEA6B7;
}
</style>
background-color css
<style>
a { background-color: #FEA6B7; }
a { background-color: rgb(254,166,183); }
div.DivClassName
{
background-color: #FEA6B7;
}
.BgClassName
{
background-color: #FEA6B7;
}
</style>
border-color css
<style>
span { border-color: #FEA6B7; }
span { border-color: rgb(254,166,183); }
td.TdClassName
{
border-color: #FEA6B7;
}
.TagClassName
{
border-color: #FEA6B7;
}
</style>