Shades of Your Pink #FAC6B4
Tints of Your Pink #FAC6B4
RGB
CMYK
RGB Variations
Color information
#FAC6B4 (or 0xFAC6B4) is known color: Your Pink. HEX triplet: FA, C6 and B4. RGB value is (250,198,180). Sum of RGB (Red+Green+Blue) = 250+198+180=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6B4 is #05394B. Grayscale: #D3D3D3. Windows color (decimal): -342348 or 11847418. OLE color: 11847418.
HSL color Cylindrical-coordinate representation of color #FAC6B4: hue angle of 15.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC6B4 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 180 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.02 |
| HSL | 15.43º | 0.88% | 0.84% | - |
| HSV(B) | 15.43º | 0.28% | 0.98% | - |
| XYZ | 67.86 | 64.01 | 51.96 | - |
| YUV | 211.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 180 | 0 | 0.21 | 0.28 | 0.02 | 15.43 | 0.88 | 0.84 |
| Hex | FA | C6 | B4 | 0 | 15 | 1C | 2 | F | 58 | 54 |
| Octal | 372 | 306 | 264 | 0 | 25 | 34 | 2 | 17 | 130 | 124 |
| Binary | 11111010 | 11000110 | 10110100 | 0 | 10101 | 11100 | 10 | 1111 | 1011000 | 1010100 |
Color Harmonies of #FAC6B4
Complementary color
Monochromatic Colors of #FAC6B4
Black with #FAC6B4
Text Example
Text Example
White with #FAC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6B4; }
p { color: rgb(250,198,180); }
H1.HeaderClassName
{
color: #FAC6B4;
}
.AnyTagClassName
{
color: #FAC6B4;
}
</style>
background-color css
<style>
a { background-color: #FAC6B4; }
a { background-color: rgb(250,198,180); }
div.DivClassName
{
background-color: #FAC6B4;
}
.BgClassName
{
background-color: #FAC6B4;
}
</style>
border-color css
<style>
span { border-color: #FAC6B4; }
span { border-color: rgb(250,198,180); }
td.TdClassName
{
border-color: #FAC6B4;
}
.TagClassName
{
border-color: #FAC6B4;
}
</style>