Shades of Light Pink #FFA7B4
Tints of Light Pink #FFA7B4
RGB
CMYK
RGB Variations
Color information
#FFA7B4 (or 0xFFA7B4) is known color: Light Pink. HEX triplet: FF, A7 and B4. RGB value is (255,167,180). Sum of RGB (Red+Green+Blue) = 255+167+180=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7B4 is #00584B. Grayscale: #C2C2C2. Windows color (decimal): -22604 or 11839487. OLE color: 11839487.
HSL color Cylindrical-coordinate representation of color #FFA7B4: hue angle of 351.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7B4 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 180 | - |
| CMYK | 0 | 0.35 | 0.29 | 0 |
| HSL | 351.14º | 1% | 0.83% | - |
| HSV(B) | 351.14º | 0.35% | 1% | - |
| XYZ | 63.3 | 52.19 | 49.92 | - |
| YUV | 194.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 180 | 0 | 0.35 | 0.29 | 0 | 351.14 | 1 | 0.83 |
| Hex | FF | A7 | B4 | 0 | 23 | 1D | 0 | 15F | 64 | 53 |
| Octal | 377 | 247 | 264 | 0 | 43 | 35 | 0 | 537 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10110100 | 0 | 100011 | 11101 | 0 | 101011111 | 1100100 | 1010011 |
Color Harmonies of #FFA7B4
Complementary color
Monochromatic Colors of #FFA7B4
Black with #FFA7B4
Text Example
Text Example
White with #FFA7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7B4; }
p { color: rgb(255,167,180); }
H1.HeaderClassName
{
color: #FFA7B4;
}
.AnyTagClassName
{
color: #FFA7B4;
}
</style>
background-color css
<style>
a { background-color: #FFA7B4; }
a { background-color: rgb(255,167,180); }
div.DivClassName
{
background-color: #FFA7B4;
}
.BgClassName
{
background-color: #FFA7B4;
}
</style>
border-color css
<style>
span { border-color: #FFA7B4; }
span { border-color: rgb(255,167,180); }
td.TdClassName
{
border-color: #FFA7B4;
}
.TagClassName
{
border-color: #FFA7B4;
}
</style>