Shades of Your Pink #FAC6B5
Tints of Your Pink #FAC6B5
RGB
CMYK
RGB Variations
Color information
#FAC6B5 (or 0xFAC6B5) is known color: Your Pink. HEX triplet: FA, C6 and B5. RGB value is (250,198,181). Sum of RGB (Red+Green+Blue) = 250+198+181=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6B5 is #05394A. Grayscale: #D3D3D3. Windows color (decimal): -342347 or 11912954. OLE color: 11912954.
HSL color Cylindrical-coordinate representation of color #FAC6B5: hue angle of 14.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC6B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 181 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.02 |
| HSL | 14.78º | 0.87% | 0.85% | - |
| HSV(B) | 14.78º | 0.28% | 0.98% | - |
| XYZ | 67.96 | 64.05 | 52.5 | - |
| YUV | 211.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 181 | 0 | 0.21 | 0.28 | 0.02 | 14.78 | 0.87 | 0.85 |
| Hex | FA | C6 | B5 | 0 | 15 | 1C | 2 | F | 57 | 55 |
| Octal | 372 | 306 | 265 | 0 | 25 | 34 | 2 | 17 | 127 | 125 |
| Binary | 11111010 | 11000110 | 10110101 | 0 | 10101 | 11100 | 10 | 1111 | 1010111 | 1010101 |
Color Harmonies of #FAC6B5
Complementary color
Monochromatic Colors of #FAC6B5
Black with #FAC6B5
Text Example
Text Example
White with #FAC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6B5; }
p { color: rgb(250,198,181); }
H1.HeaderClassName
{
color: #FAC6B5;
}
.AnyTagClassName
{
color: #FAC6B5;
}
</style>
background-color css
<style>
a { background-color: #FAC6B5; }
a { background-color: rgb(250,198,181); }
div.DivClassName
{
background-color: #FAC6B5;
}
.BgClassName
{
background-color: #FAC6B5;
}
</style>
border-color css
<style>
span { border-color: #FAC6B5; }
span { border-color: rgb(250,198,181); }
td.TdClassName
{
border-color: #FAC6B5;
}
.TagClassName
{
border-color: #FAC6B5;
}
</style>