Shades of Light Pink #FEA4B3
Tints of Light Pink #FEA4B3
RGB
CMYK
RGB Variations
Color information
#FEA4B3 (or 0xFEA4B3) is known color: Light Pink. HEX triplet: FE, A4 and B3. RGB value is (254,164,179). Sum of RGB (Red+Green+Blue) = 254+164+179=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4B3 is #015B4C. Grayscale: #C0C0C0. Windows color (decimal): -88909 or 11773182. OLE color: 11773182.
HSL color Cylindrical-coordinate representation of color #FEA4B3: hue angle of 350º 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 #FEA4B3 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 179 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.00 |
| HSL | 350º | 0.98% | 0.82% | - |
| HSV(B) | 350º | 0.35% | 1% | - |
| XYZ | 62.29 | 50.88 | 49.19 | - |
| YUV | 192.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 179 | 0 | 0.35 | 0.30 | 0.00 | 350 | 0.98 | 0.82 |
| Hex | FE | A4 | B3 | 0 | 23 | 1E | 0 | 15E | 62 | 52 |
| Octal | 376 | 244 | 263 | 0 | 43 | 36 | 0 | 536 | 142 | 122 |
| Binary | 11111110 | 10100100 | 10110011 | 0 | 100011 | 11110 | 0 | 101011110 | 1100010 | 1010010 |
Color Harmonies of #FEA4B3
Complementary color
Monochromatic Colors of #FEA4B3
Black with #FEA4B3
Text Example
Text Example
White with #FEA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4B3; }
p { color: rgb(254,164,179); }
H1.HeaderClassName
{
color: #FEA4B3;
}
.AnyTagClassName
{
color: #FEA4B3;
}
</style>
background-color css
<style>
a { background-color: #FEA4B3; }
a { background-color: rgb(254,164,179); }
div.DivClassName
{
background-color: #FEA4B3;
}
.BgClassName
{
background-color: #FEA4B3;
}
</style>
border-color css
<style>
span { border-color: #FEA4B3; }
span { border-color: rgb(254,164,179); }
td.TdClassName
{
border-color: #FEA4B3;
}
.TagClassName
{
border-color: #FEA4B3;
}
</style>